| Package | Description |
|---|---|
| iaik.x509.ocsp |
| Modifier and Type | Method and Description |
|---|---|
SingleResponse |
BasicOCSPResponse.getSingleResponse(CertID certid)
Searches for the single response corresponding to the certificate
identified by the given CertID.
|
SingleResponse |
BasicOCSPResponse.getSingleResponse(X509Certificate targetCert,
X509Certificate issuerCert)
Searches this BasicOCSPReponse for status information about the certificate
identified by the given certificate information.
|
SingleResponse[] |
BasicOCSPResponse.getSingleResponses()
Returns all single responses included in this BasicOCSPResponse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicOCSPResponse.setSingleResponses(SingleResponse[] singleResponses)
Sets the single responses of this BasicOCSPResponse.
|