public class

TimeStampAndCRL

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.cms.TimeStampAndCRL

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
TimeStampAndCRL(ContentInfo timeStamp)
Public Methods
CertificateList getCertificateList()
static TimeStampAndCRL getInstance(Object obj)
ContentInfo getTimeStampToken()
DERObject toASN1Object()
 TimeStampAndCRL ::= SEQUENCE {
     timeStamp   TimeStampToken,          -- according to RFC 3161
     crl         CertificateList OPTIONAL -- according to RFC 5280
  }
 
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public TimeStampAndCRL (ContentInfo timeStamp)

Public Methods

public CertificateList getCertificateList ()

public static TimeStampAndCRL getInstance (Object obj)

public ContentInfo getTimeStampToken ()

public DERObject toASN1Object ()

 TimeStampAndCRL ::= SEQUENCE {
     timeStamp   TimeStampToken,          -- according to RFC 3161
     crl         CertificateList OPTIONAL -- according to RFC 5280
  }