Class RevocationReason
java.lang.Object
org.mozilla.jss.netscape.security.x509.RevocationReason
- All Implemented Interfaces:
Serializable
Represent the enumerated type used in CRLReason Extension of CRL entry.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RevocationReason
static final RevocationReason
static final RevocationReason
static final RevocationReason
static final RevocationReason
private int
static final Map
<Integer, RevocationReason> static final Collection
<RevocationReason> static final RevocationReason
private String
static final Map
<String, RevocationReason> static final RevocationReason
static final RevocationReason
private static final long
static final RevocationReason
static final RevocationReason
Reasons -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
RevocationReason
(int reason, String label) Create a RevocationReason with the passed integer value and string label. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
INSTANCES
-
CODES
-
LABELS
-
UNSPECIFIED
Reasons -
KEY_COMPROMISE
-
CA_COMPROMISE
-
AFFILIATION_CHANGED
-
SUPERSEDED
-
CESSATION_OF_OPERATION
-
CERTIFICATE_HOLD
-
REMOVE_FROM_CRL
-
PRIVILEGE_WITHDRAWN
-
AA_COMPROMISE
-
code
private int code -
label
-
-
Constructor Details
-
RevocationReason
Create a RevocationReason with the passed integer value and string label.- Parameters:
reason
- integer value of the enumeration alternative.label
- string value of the enumeration alternative.
-
-
Method Details