Class CrlIdentifier

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class CrlIdentifier
    extends ASN1Object
      CrlIdentifier ::= SEQUENCE 
     {
       crlissuer    Name,
       crlIssuedTime  UTCTime,
       crlNumber    INTEGER OPTIONAL
     }