| Interface | Description |
|---|---|
| OCSP |
Defined object ID constants for OCSP.
|
| Class | Description |
|---|---|
| AcceptableResponseTypeExtension |
Represents the acceptable response type extension for OCSPRequest objects.
|
| ArchiveCutOffExtension |
Represents the extension archive cutOff for the SingleBasicResponse objects.
|
| BasicOCSPResponse |
A Basic OCSP response.
|
| CertID |
Represents the certID of a certificate in OCSP.
|
| CRLReferenceExtension |
Represents a CRLReferenceExtension from RFC 2560.
|
| HttpOCSPRequest |
Implementation of OCSP over HTTP for requests.
|
| HttpOCSPResponse |
Implementation of OCSP over HTTP for responses.
|
| NoCheckExtension |
Represents the No Check certificate extension from RFC 2650.
|
| NonceExtension |
Represents the Nonce extension from RFC 2650 for OCSPRequest and OCSPResponse objects.
|
| OCSP.OIDRegistrar | |
| OCSPContentHandlerFactory |
A ContentHandlerFactory for OCSP over HTTP.
|
| OCSPRequest |
An OCSP request.
|
| OCSPResponse |
An OCSP response.
|
| OCSPResponse.RespStatus |
Implementation of the response status code of an OCSPResponse.
|
| OCSPUtils |
Utility functions for users of this package.
|
| ResponseInfo |
Abstract class representing additional information of an OCSPResponse object.
|
| ServiceLocatorExtension |
Represents the ServiceLocatorExtension from RFC 2560.
|
| SingleBasicResponse |
Represents a single response for a Basic OCSP Response.
|
| SingleBasicResponse.CertStatus |
Implementation of the different status code of a SingleBasicResponse object.
|
| SingleRequest |
Represents a single request for an OCSP Request.
|
| Exception | Description |
|---|---|
| InvalidHttpRequestException |
Signals that the http request was malformatted.
|
| MalformedRequestException |
Signals that the input stream was malformatted.
|