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
TimeStampToken
public virtual ContentInfo TimeStampToken { get; }
Property Value
Methods
GetInstance(object)
public static TimeStampAndCrl GetInstance(object obj)
Parameters
obj
object
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()