org.bouncycastle.asn1.cms
Class TimeStampTokenEvidence
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.TimeStampTokenEvidence
- All Implemented Interfaces:
- ASN1Encodable
public class TimeStampTokenEvidence
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TimeStampTokenEvidence
public TimeStampTokenEvidence(TimeStampAndCRL[] timeStampAndCRLs)
TimeStampTokenEvidence
public TimeStampTokenEvidence(TimeStampAndCRL timeStampAndCRL)
getInstance
public static TimeStampTokenEvidence getInstance(ASN1TaggedObject tagged,
boolean explicit)
getInstance
public static TimeStampTokenEvidence getInstance(java.lang.Object obj)
toTimeStampAndCRLArray
public TimeStampAndCRL[] toTimeStampAndCRLArray()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
TimeStampTokenEvidence ::=
SEQUENCE SIZE(1..MAX) OF TimeStampAndCRL
- Specified by:
toASN1Primitive
in interface ASN1Encodable
- Specified by:
toASN1Primitive
in class ASN1Object
- Returns: