Table of Contents

Class OcspRespStatus

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

Fields

InternalError

public const int InternalError = 2

Field Value

int

MalformedRequest

public const int MalformedRequest = 1

Field Value

int

SigRequired

public const int SigRequired = 5

Field Value

int

Successful

public const int Successful = 0

Field Value

int

TryLater

public const int TryLater = 3

Field Value

int

Unauthorized

public const int Unauthorized = 6

Field Value

int