| Package | Description |
|---|---|
| iaik.x509.ocsp |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicOCSPResponse
This class implements the OCSP type
BasicOCSPResponse. |
| Modifier and Type | Method and Description |
|---|---|
static Response |
ResponseBytes.create(ObjectID responseType)
Returns the implementation of the specified response type defined
by an ASN.1 ObjectID.
|
Response |
OCSPResponse.getResponse()
Returns the response component of the ResponseBytes, if included.
|
Response |
ResponseBytes.getResponse()
Gets the response included in this ResponseBytes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OCSPResponse.setResponse(Response response)
Sets the response of this OCSPResponse.
|
| Constructor and Description |
|---|
OCSPResponse(Response response)
Creates an OCSPResponse from the given response.
|
ResponseBytes(Response response)
Creates ResponseBytes for the given response.
|