Class TimeStampAndCRL

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class TimeStampAndCRL
    extends ASN1Object
    RFC 5544 Binding Documents with Time-Stamps; TimeStampAndCRL object.
     TimeStampAndCRL ::= SEQUENCE {
         timeStamp   TimeStampToken,          -- according to RFC 3161
         crl         CertificateList OPTIONAL -- according to RFC 5280
      }