Class CRLReason

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class CRLReason
    extends ASN1Object
    The CRLReason enumeration. CRLReason ::= ENUMERATED { unspecified (0), keyCompromise (1), cACompromise (2), affiliationChanged (3), superseded (4), cessationOfOperation (5), certificateHold (6), removeFromCRL (8), privilegeWithdrawn (9), aACompromise (10) }
    • Method Detail

      • getInstance

        public static CRLReason getInstance​(java.lang.Object o)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getValue

        public java.math.BigInteger getValue()
      • lookup

        public static CRLReason lookup​(int value)