Uses of Class
org.mozilla.jss.netscape.security.x509.RevocationReason
Packages that use RevocationReason
-
Uses of RevocationReason in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as RevocationReasonModifier and TypeFieldDescriptionstatic final RevocationReason
RevocationReason.AA_COMPROMISE
static final RevocationReason
RevocationReason.AFFILIATION_CHANGED
static final RevocationReason
RevocationReason.CA_COMPROMISE
static final RevocationReason
RevocationReason.CERTIFICATE_HOLD
static final RevocationReason
RevocationReason.CESSATION_OF_OPERATION
static final RevocationReason
RevocationReason.KEY_COMPROMISE
private RevocationReason
CRLReasonExtension.mReason
static final RevocationReason
RevocationReason.PRIVILEGE_WITHDRAWN
static final RevocationReason
RevocationReason.REMOVE_FROM_CRL
static final RevocationReason
RevocationReason.SUPERSEDED
static final RevocationReason
RevocationReason.UNSPECIFIED
ReasonsFields in org.mozilla.jss.netscape.security.x509 with type parameters of type RevocationReasonModifier and TypeFieldDescriptionstatic final Map
<Integer, RevocationReason> RevocationReason.CODES
static final Collection
<RevocationReason> RevocationReason.INSTANCES
static final Map
<String, RevocationReason> RevocationReason.LABELS
Methods in org.mozilla.jss.netscape.security.x509 that return RevocationReasonModifier and TypeMethodDescriptionstatic RevocationReason
RevocationReason.fromInt
(int reason) CRLReasonExtension.getReason()
static RevocationReason
RevocationReason.valueOf
(int reason) static RevocationReason
Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type RevocationReasonModifierConstructorDescriptionCRLReasonExtension
(Boolean critical, RevocationReason reason) CRLReasonExtension
(RevocationReason reason) Create extension value for specific revocation reason