Table of Contents

Class OcspResp

Namespace
Org.BouncyCastle.Ocsp
Assembly
BouncyCastle.Cryptography.dll
public class OcspResp
Inheritance
OcspResp
Inherited Members

Constructors

OcspResp(OcspResponse)

public OcspResp(OcspResponse resp)

Parameters

resp OcspResponse

OcspResp(byte[])

public OcspResp(byte[] resp)

Parameters

resp byte[]

OcspResp(Stream)

public OcspResp(Stream inStr)

Parameters

inStr Stream

Properties

Status

public int Status { get; }

Property Value

int

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetEncoded()

public byte[] GetEncoded()

Returns

byte[]

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetResponseObject()

public object GetResponseObject()

Returns

object