Class CRLNumber


  • public final class CRLNumber
    extends ExtensionValue
    CRL Entry's CRL Number Extension (OID = 2.5.29.20).
       id-ce-cRLNumber OBJECT IDENTIFIER ::= { id-ce 20 }
    
       CRLNumber ::= INTEGER (0..MAX)
     
    (as specified in RFC 3280 http://www.ietf.org/rfc/rfc3280.txt)
    • Field Detail

      • ASN1

        public static final ASN1Type ASN1
        ASN.1 Encoder/Decoder.
    • Constructor Detail

      • CRLNumber

        public CRLNumber​(byte[] encoding)
                  throws IOException
        Constructs the object on the base of its encoded form.
        Throws:
        IOException