Class RevocationReason

  • All Implemented Interfaces:
    java.io.Serializable

    public final class RevocationReason
    extends java.lang.Object
    implements java.io.Serializable
    Represent the enumerated type used in CRLReason Extension of CRL entry.
    See Also:
    Serialized Form
    • Method Detail

      • getCode

        public int getCode()
      • getLabel

        public java.lang.String getLabel()
      • toInt

        public int toInt()
      • toString

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object