org.bouncycastle.asn1.x509
public class CRLReason extends DEREnumerated
CRLReason ::= ENUMERATED {
unspecified (0),
keyCompromise (1),
cACompromise (2),
affiliationChanged (3),
superseded (4),
cessationOfOperation (5),
certificateHold (6),
removeFromCRL (8),
privilegeWithdrawn (9),
aACompromise (10)
}
| Field Summary | |
|---|---|
| static int | AA_COMPROMISE |
| static int | AFFILIATION_CHANGED |
| static int | aACompromise |
| static int | affiliationChanged |
| static int | cACompromise |
| static int | certificateHold |
| static int | cessationOfOperation |
| static int | CA_COMPROMISE |
| static int | CERTIFICATE_HOLD |
| static int | CESSATION_OF_OPERATION |
| static int | keyCompromise |
| static int | KEY_COMPROMISE |
| static int | privilegeWithdrawn |
| static int | PRIVILEGE_WITHDRAWN |
| static int | removeFromCRL |
| static int | REMOVE_FROM_CRL |
| static int | superseded |
| static int | SUPERSEDED |
| static int | unspecified |
| static int | UNSPECIFIED |
| Constructor Summary | |
|---|---|
| CRLReason(int reason) | |
| CRLReason(DEREnumerated reason) | |
| Method Summary | |
|---|---|
| String | toString() |
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version