public class TimeStampAndCRL extends ASN1Encodable
BER, DER
Constructor and Description |
---|
TimeStampAndCRL(ContentInfo timeStamp) |
Modifier and Type | Method and Description |
---|---|
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
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public TimeStampAndCRL(ContentInfo timeStamp)
public static TimeStampAndCRL getInstance(Object obj)
public ContentInfo getTimeStampToken()
public CertificateList getCertificateList()
public DERObject toASN1Object()
TimeStampAndCRL ::= SEQUENCE { timeStamp TimeStampToken, -- according to RFC 3161 crl CertificateList OPTIONAL -- according to RFC 5280 }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.