ASN1Encodable
, Encodable
public class TimeStampTokenEvidence extends ASN1Object
TimeStampTokenEvidence ::= SEQUENCE SIZE(1..MAX) OF TimeStampAndCRL
Constructor | Description |
---|---|
TimeStampTokenEvidence(TimeStampAndCRL timeStampAndCRL) |
|
TimeStampTokenEvidence(TimeStampAndCRL[] timeStampAndCRLs) |
Modifier and Type | Method | Description |
---|---|---|
static TimeStampTokenEvidence |
getInstance(java.lang.Object obj) |
Return a TimeStampTokenEvidence object from the given object.
|
static TimeStampTokenEvidence |
getInstance(ASN1TaggedObject tagged,
boolean explicit) |
|
ASN1Primitive |
toASN1Primitive() |
Method providing a primitive representation of this object suitable for encoding.
|
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)
Accepted inputs:
TimeStampTokenEvidence
object
ASN1Sequence
input formats with TimeStampTokenEvidence structure inside
obj
- the object we want converted.java.lang.IllegalArgumentException
- if the object cannot be converted.public TimeStampAndCRL[] toTimeStampAndCRLArray()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object