Class InvalidityDate


  • public final class InvalidityDate
    extends ExtensionValue
    CRL Entry's Invalidity Date Extension (OID = 2.5.29.24).
       id-ce-invalidityDate OBJECT IDENTIFIER ::= { id-ce 24 }
    
       invalidityDate ::=  GeneralizedTime
     
    (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

      • InvalidityDate

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

        public InvalidityDate​(Date date)
        Constructs the object from a date instance.