org.bouncycastle.asn1.x509
public class ReasonFlags extends DERBitString
ReasonFlags ::= BIT STRING {
unused (0),
keyCompromise (1),
cACompromise (2),
affiliationChanged (3),
superseded (4),
cessationOfOperation (5),
certificateHold (6),
privilegeWithdrawn (7),
aACompromise (8) }
| 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 | superseded |
| static int | SUPERSEDED |
| static int | unused |
| static int | UNUSED |
| Constructor Summary | |
|---|---|
| ReasonFlags(int reasons) | |
| ReasonFlags(DERBitString reasons) | |
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
Parameters: reasons - the bitwise OR of the Key Reason flags giving the allowed uses for the key.