Uses of Class
org.xipki.security.CrlReason
-
Packages that use CrlReason Package Description org.xipki.security -
-
Uses of CrlReason in org.xipki.security
Fields in org.xipki.security with type parameters of type CrlReason Modifier and Type Field Description static List<CrlReason>CrlReason. PERMITTED_CLIENT_CRLREASONSMethods in org.xipki.security that return CrlReason Modifier and Type Method Description static CrlReasonCrlReason. forNameOrText(String text)static CrlReasonCrlReason. forReasonCode(int reasonCode)static CrlReasonCrlReason. fromReason(CRLReason reason)CrlReasonCertRevocationInfo. getReason()static CrlReasonCrlReason. valueOf(String name)Returns the enum constant of this type with the specified name.static CrlReason[]CrlReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.security with parameters of type CrlReason Modifier and Type Method Description voidCertRevocationInfo. setReason(CrlReason reason)Constructors in org.xipki.security with parameters of type CrlReason Constructor Description CertRevocationInfo(CrlReason reason)CertRevocationInfo(CrlReason reason, Instant revocationTime)CertRevocationInfo(CrlReason reason, Instant revocationTime, Instant invalidityTime)
-