| Package | Description |
|---|---|
| iaik.x509.ocsp |
| Modifier and Type | Method and Description |
|---|---|
ResponseBytes |
OCSPResponse.getResponseBytes()
Returns the response bytes, if included.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OCSPResponse.setResponseBytes(ResponseBytes responseBytes)
Sets the response bytes of this OCSPResponse.
|
| Constructor and Description |
|---|
OCSPResponse(ResponseBytes responseBytes)
Creates an OCSPResponse for the given response bytes.
|