public class TimeStampTokenEvidence extends ASN1Object
Constructor and Description |
---|
TimeStampTokenEvidence(TimeStampAndCRL timeStampAndCRL) |
TimeStampTokenEvidence(TimeStampAndCRL[] timeStampAndCRLs) |
Modifier and Type | Method and Description |
---|---|
static TimeStampTokenEvidence |
getInstance(ASN1TaggedObject tagged,
boolean explicit) |
static TimeStampTokenEvidence |
getInstance(java.lang.Object obj) |
ASN1Primitive |
toASN1Primitive()
TimeStampTokenEvidence ::=
SEQUENCE SIZE(1..MAX) OF TimeStampAndCRL
|
TimeStampAndCRL[] |
toTimeStampAndCRLArray() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public TimeStampTokenEvidence(TimeStampAndCRL[] timeStampAndCRLs)
public TimeStampTokenEvidence(TimeStampAndCRL timeStampAndCRL)
public static TimeStampTokenEvidence getInstance(ASN1TaggedObject tagged, boolean explicit)
public static TimeStampTokenEvidence getInstance(java.lang.Object obj)
public TimeStampAndCRL[] toTimeStampAndCRLArray()
public ASN1Primitive toASN1Primitive()
TimeStampTokenEvidence ::= SEQUENCE SIZE(1..MAX) OF TimeStampAndCRL
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object