Table of Contents

Class TimeStampAndCrl

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

Constructors

TimeStampAndCrl(ContentInfo)

public TimeStampAndCrl(ContentInfo timeStamp)

Parameters

timeStamp ContentInfo

Properties

Crl

public virtual CertificateList Crl { get; }

Property Value

CertificateList

TimeStampToken

public virtual ContentInfo TimeStampToken { get; }

Property Value

ContentInfo

Methods

GetInstance(object)

public static TimeStampAndCrl GetInstance(object obj)

Parameters

obj object

Returns

TimeStampAndCrl

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object