Class CRLNumber

java.lang.Object
org.apache.harmony.security.x509.ExtensionValue
org.apache.harmony.security.x509.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 Details

    • ASN1

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

    • CRLNumber

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