Table of Contents

Class TimeStampAndCrl

Namespace
Org.BouncyCastle.Asn1.Cms
Assembly
BouncyCastle.Cryptography.dll
public class TimeStampAndCrl : Asn1Encodable, IAsn1Convertible
Inheritance
TimeStampAndCrl
Implements
Inherited Members

Constructors

TimeStampAndCrl(ContentInfo)

public TimeStampAndCrl(ContentInfo timeStamp)

Parameters

timeStamp ContentInfo

TimeStampAndCrl(ContentInfo, CertificateList)

public TimeStampAndCrl(ContentInfo timeStamp, CertificateList crl)

Parameters

timeStamp ContentInfo
crl CertificateList

Properties

Crl

public virtual CertificateList Crl { get; }

Property Value

CertificateList

TimeStampToken

public virtual ContentInfo TimeStampToken { get; }

Property Value

ContentInfo

Methods

GetInstance(Asn1TaggedObject, bool)

public static TimeStampAndCrl GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

TimeStampAndCrl

GetInstance(object)

public static TimeStampAndCrl GetInstance(object obj)

Parameters

obj object

Returns

TimeStampAndCrl

GetTagged(Asn1TaggedObject, bool)

public static TimeStampAndCrl GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

TimeStampAndCrl

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object