Table of Contents

Class TimeStampResp

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

Constructors

TimeStampResp(PkiStatusInfo, ContentInfo)

public TimeStampResp(PkiStatusInfo pkiStatusInfo, ContentInfo timeStampToken)

Parameters

pkiStatusInfo PkiStatusInfo
timeStampToken ContentInfo

Properties

Status

public PkiStatusInfo Status { get; }

Property Value

PkiStatusInfo

TimeStampToken

public ContentInfo TimeStampToken { get; }

Property Value

ContentInfo

Methods

GetInstance(Asn1TaggedObject, bool)

public static TimeStampResp GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

TimeStampResp

GetInstance(object)

public static TimeStampResp GetInstance(object obj)

Parameters

obj object

Returns

TimeStampResp

GetTagged(Asn1TaggedObject, bool)

public static TimeStampResp GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

TimeStampResp

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object