Table of Contents

Class CertificateStatus

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class CertificateStatus
Inheritance
CertificateStatus
Inherited Members

Constructors

CertificateStatus(byte, object)

public CertificateStatus(byte statusType, object response)

Parameters

statusType byte
response object

Fields

mResponse

protected readonly object mResponse

Field Value

object

mStatusType

protected readonly byte mStatusType

Field Value

byte

Properties

Response

public virtual object Response { get; }

Property Value

object

StatusType

public virtual byte StatusType { get; }

Property Value

byte

Methods

Encode(Stream)

public virtual void Encode(Stream output)

Parameters

output Stream

GetOcspResponse()

public virtual OcspResponse GetOcspResponse()

Returns

OcspResponse

IsCorrectType(byte, object)

protected static bool IsCorrectType(byte statusType, object response)

Parameters

statusType byte
response object

Returns

bool

Parse(Stream)

public static CertificateStatus Parse(Stream input)

Parameters

input Stream

Returns

CertificateStatus