Bouncy Castle Cryptography Library 1.49

org.bouncycastle.asn1.cms
Class TimeStampTokenEvidence

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.cms.TimeStampTokenEvidence
All Implemented Interfaces:
ASN1Encodable

public class TimeStampTokenEvidence
extends ASN1Object


Constructor Summary
TimeStampTokenEvidence(TimeStampAndCRL timeStampAndCRL)
           
TimeStampTokenEvidence(TimeStampAndCRL[] timeStampAndCRLs)
           
 
Method Summary
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()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeStampTokenEvidence

public TimeStampTokenEvidence(TimeStampAndCRL[] timeStampAndCRLs)

TimeStampTokenEvidence

public TimeStampTokenEvidence(TimeStampAndCRL timeStampAndCRL)
Method Detail

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:

Bouncy Castle Cryptography Library 1.49