public class TimeStampTokenEvidence extends ASN1Encodable
BER, DER
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(Object obj) |
DERObject |
toASN1Object()
TimeStampTokenEvidence ::=
SEQUENCE SIZE(1..MAX) OF TimeStampAndCRL
|
TimeStampAndCRL[] |
toTimeStampAndCRLArray() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public TimeStampTokenEvidence(TimeStampAndCRL[] timeStampAndCRLs)
public TimeStampTokenEvidence(TimeStampAndCRL timeStampAndCRL)
public static TimeStampTokenEvidence getInstance(ASN1TaggedObject tagged, boolean explicit)
public static TimeStampTokenEvidence getInstance(Object obj)
public TimeStampAndCRL[] toTimeStampAndCRLArray()
public DERObject toASN1Object()
TimeStampTokenEvidence ::= SEQUENCE SIZE(1..MAX) OF TimeStampAndCRL
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.