Table of Contents

Class ResponseBytes

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

Constructors

ResponseBytes(DerObjectIdentifier, Asn1OctetString)

public ResponseBytes(DerObjectIdentifier responseType, Asn1OctetString response)

Parameters

responseType DerObjectIdentifier
response Asn1OctetString

Properties

Response

public Asn1OctetString Response { get; }

Property Value

Asn1OctetString

ResponseType

public DerObjectIdentifier ResponseType { get; }

Property Value

DerObjectIdentifier

Methods

GetInstance(Asn1TaggedObject, bool)

public static ResponseBytes GetInstance(Asn1TaggedObject obj, bool explicitly)

Parameters

obj Asn1TaggedObject
explicitly bool

Returns

ResponseBytes

GetInstance(object)

public static ResponseBytes GetInstance(object obj)

Parameters

obj object

Returns

ResponseBytes

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object