public class TimeStampAndCRL extends ASN1Object
Constructor and Description |
---|
TimeStampAndCRL(ContentInfo timeStamp) |
Modifier and Type | Method and Description |
---|---|
CertificateList |
getCertificateList()
Deprecated.
use getCRL()
|
CertificateList |
getCRL() |
static TimeStampAndCRL |
getInstance(java.lang.Object obj) |
ContentInfo |
getTimeStampToken() |
ASN1Primitive |
toASN1Primitive()
TimeStampAndCRL ::= SEQUENCE {
timeStamp TimeStampToken, -- according to RFC 3161
crl CertificateList OPTIONAL -- according to RFC 5280
}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public TimeStampAndCRL(ContentInfo timeStamp)
public static TimeStampAndCRL getInstance(java.lang.Object obj)
public ContentInfo getTimeStampToken()
public CertificateList getCertificateList()
public CertificateList getCRL()
public ASN1Primitive toASN1Primitive()
TimeStampAndCRL ::= SEQUENCE { timeStamp TimeStampToken, -- according to RFC 3161 crl CertificateList OPTIONAL -- according to RFC 5280 }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object