Class OCSPRespGenerator
- Namespace
- Org.BouncyCastle.Ocsp
- Assembly
- BouncyCastle.Cryptography.dll
public class OCSPRespGenerator
- Inheritance
-
OCSPRespGenerator
- Inherited Members
-
Fields
InternalError
public const int InternalError = 2
Field Value
- int
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
Methods
Generate(int, object)
public OcspResp Generate(int status, object response)
Parameters
status int
response object
Returns
- OcspResp