Class ReasonFlags

  • All Implemented Interfaces:
    io.anyline.nfc.bouncycastle.asn1.ASN1BitStringParser , io.anyline.nfc.bouncycastle.asn1.ASN1Encodable , io.anyline.nfc.bouncycastle.asn1.ASN1String , io.anyline.nfc.bouncycastle.asn1.InMemoryRepresentable , io.anyline.nfc.bouncycastle.util.Encodable

    
    public class ReasonFlags
    extends 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) }
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class io.anyline.nfc.bouncycastle.asn1.DERBitString

        convert, getInstance, getInstance
      • Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1BitString

        getBitStream, getBytes, getInstance, getInstance, getLoadedObject, getOctetStream, getOctets, getPadBits, getString, hashCode, intValue, parser, toString
      • Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Primitive

        encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
      • Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Object

        equals, getEncoded, getEncoded
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReasonFlags

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