Bouncy Castle Cryptography 1.46

org.bouncycastle.asn1.cms
Class TimeStampAndCRL

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Encodable
      extended by org.bouncycastle.asn1.cms.TimeStampAndCRL
All Implemented Interfaces:
DEREncodable

public class TimeStampAndCRL
extends ASN1Encodable


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
TimeStampAndCRL(ContentInfo timeStamp)
           
 
Method Summary
 CertificateList getCertificateList()
           
static TimeStampAndCRL getInstance(java.lang.Object obj)
           
 ContentInfo getTimeStampToken()
           
 DERObject toASN1Object()
           TimeStampAndCRL ::= SEQUENCE { timeStamp TimeStampToken, -- according to RFC 3161 crl CertificateList OPTIONAL -- according to RFC 5280 }
 
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeStampAndCRL

public TimeStampAndCRL(ContentInfo timeStamp)
Method Detail

getInstance

public static TimeStampAndCRL getInstance(java.lang.Object obj)

getTimeStampToken

public ContentInfo getTimeStampToken()

getCertificateList

public CertificateList getCertificateList()

toASN1Object

public DERObject toASN1Object()
 TimeStampAndCRL ::= SEQUENCE {
     timeStamp   TimeStampToken,          -- according to RFC 3161
     crl         CertificateList OPTIONAL -- according to RFC 5280
  }
 

Specified by:
toASN1Object in class ASN1Encodable
Returns:

Bouncy Castle Cryptography 1.46