|
Bouncy Castle Cryptography 1.33 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.DERObject
org.bouncycastle.asn1.DERBitString
org.bouncycastle.asn1.x509.ReasonFlags
The ReasonFlags object.
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
Deprecated. use lower case version |
static int |
aACompromise
|
static int |
AFFILIATION_CHANGED
Deprecated. use lower case version |
static int |
affiliationChanged
|
static int |
CA_COMPROMISE
Deprecated. use lower case version |
static int |
cACompromise
|
static int |
CERTIFICATE_HOLD
Deprecated. use lower case version |
static int |
certificateHold
|
static int |
CESSATION_OF_OPERATION
Deprecated. use lower case version |
static int |
cessationOfOperation
|
static int |
KEY_COMPROMISE
Deprecated. use lower case version |
static int |
keyCompromise
|
static int |
PRIVILEGE_WITHDRAWN
Deprecated. use lower case version |
static int |
privilegeWithdrawn
|
static int |
superseded
|
static int |
SUPERSEDED
Deprecated. use lower case version |
static int |
unused
|
static int |
UNUSED
Deprecated. use lower case version |
Fields inherited from class org.bouncycastle.asn1.DERBitString |
data, padBits |
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
BER, DER |
Fields inherited from interface org.bouncycastle.asn1.DERTags |
APPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, ENUMERATED, EXTERNAL, GENERAL_STRING, GENERALIZED_TIME, GRAPHIC_STRING, IA5_STRING, INTEGER, NULL, NUMERIC_STRING, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, SEQUENCE, SEQUENCE_OF, SET, SET_OF, T61_STRING, TAGGED, UNIVERSAL_STRING, UTC_TIME, UTF8_STRING, VIDEOTEX_STRING, VISIBLE_STRING |
Constructor Summary | |
ReasonFlags(DERBitString reasons)
|
|
ReasonFlags(int reasons)
|
Methods inherited from class org.bouncycastle.asn1.DERBitString |
equals, getBytes, getBytes, getInstance, getInstance, getPadBits, getPadBits, getString, hashCode, intValue |
Methods inherited from class org.bouncycastle.asn1.DERObject |
toASN1Object |
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
getDEREncoded, getDERObject, getEncoded, getEncoded |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int UNUSED
public static final int KEY_COMPROMISE
public static final int CA_COMPROMISE
public static final int AFFILIATION_CHANGED
public static final int SUPERSEDED
public static final int CESSATION_OF_OPERATION
public static final int CERTIFICATE_HOLD
public static final int PRIVILEGE_WITHDRAWN
public static final int AA_COMPROMISE
public static final int unused
public static final int keyCompromise
public static final int cACompromise
public static final int affiliationChanged
public static final int superseded
public static final int cessationOfOperation
public static final int certificateHold
public static final int privilegeWithdrawn
public static final int aACompromise
Constructor Detail |
public ReasonFlags(int reasons)
reasons
- - the bitwise OR of the Key Reason flags giving the
allowed uses for the key.public ReasonFlags(DERBitString reasons)
|
Bouncy Castle Cryptography 1.33 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |