| Package | Description |
|---|---|
| iaik.x509.ocsp |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleResponse
This class implements the OCSP type
SingleResponse. |
| Modifier and Type | Method and Description |
|---|---|
CertificateResponse |
BasicOCSPResponse.getCertificateResponse(CertID certid)
Searches for the certificate response corresponding to the certificate
identified by the given CertID.
|
abstract CertificateResponse |
Response.getCertificateResponse(CertID certid)
Searches the response for status information about the certificate
identified by the given CertID.
|
CertificateResponse |
BasicOCSPResponse.getCertificateResponse(X509Certificate targetCert,
X509Certificate issuerCert)
Searches this BasicOCSPReponse for status information about the certificate
identified by the given certificate information.
|
abstract CertificateResponse |
Response.getCertificateResponse(X509Certificate targetCert,
X509Certificate issuerCert)
Searches this Reponse for status information about the certificate
identified by the given certificate information.
|