be.cardon.asn1.x509
Class ReasonFlags

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Encodable
      extended by org.bouncycastle.asn1.DERObject
          extended by org.bouncycastle.asn1.DERBitString
              extended by be.cardon.asn1.x509.ReasonFlags
All Implemented Interfaces:
org.bouncycastle.asn1.DEREncodable, org.bouncycastle.asn1.DERString, org.bouncycastle.asn1.DERTags

public class ReasonFlags
extends org.bouncycastle.asn1.DERBitString

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 aACompromise
           
static int affiliationChanged
           
static int cACompromise
           
static int certificateHold
           
static int cessationOfOperation
           
static int keyCompromise
           
static int privilegeWithdrawn
           
static int superseded
           
static int unused
           
 
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(org.bouncycastle.asn1.DERBitString reasons)
           
ReasonFlags(int reasons)
           
 
Method Summary
 int getFlags()
          Returns the reason flags as an integer.
 
Methods inherited from class org.bouncycastle.asn1.DERBitString
equals, getBytes, getBytes, getInstance, getInstance, getPadBits, getPadBits, getString, hashCode, intValue, toString
 
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, wait, wait, wait
 

Field Detail

unused

public static final int unused
See Also:
Constant Field Values

keyCompromise

public static final int keyCompromise
See Also:
Constant Field Values

cACompromise

public static final int cACompromise
See Also:
Constant Field Values

affiliationChanged

public static final int affiliationChanged
See Also:
Constant Field Values

superseded

public static final int superseded
See Also:
Constant Field Values

cessationOfOperation

public static final int cessationOfOperation
See Also:
Constant Field Values

certificateHold

public static final int certificateHold
See Also:
Constant Field Values

privilegeWithdrawn

public static final int privilegeWithdrawn
See Also:
Constant Field Values

aACompromise

public static final int aACompromise
See Also:
Constant Field Values
Constructor Detail

ReasonFlags

public ReasonFlags(int reasons)
Parameters:
reasons - - the bitwise OR of the Key Reason flags giving the allowed uses for the key.

ReasonFlags

public ReasonFlags(org.bouncycastle.asn1.DERBitString reasons)
Method Detail

getFlags

public int getFlags()
Returns the reason flags as an integer. This function is an alias dor ReasonFalgs.intValue().