| Package | Description |
|---|---|
| iaik.x509.ocsp |
| Modifier and Type | Method and Description |
|---|---|
CertID |
CertificateResponse.getCertID()
Returns the CertID of this certificate response.
|
CertID |
Request.getCertID()
Returns the CertID.
|
CertID |
SingleResponse.getCertID()
Returns the CertID of this 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.
|
SingleResponse |
BasicOCSPResponse.getSingleResponse(CertID certid)
Searches for the single response corresponding to the certificate
identified by the given CertID.
|
boolean |
CertificateResponse.isResponseFor(CertID certid)
Checks if this is a certificate response for a certificate identified by the given
CertID.
|
boolean |
SingleResponse.isResponseFor(CertID certid)
Checks if this is a SingleResponse for a certificate identified by the given
CertID identifier.
|
| Constructor and Description |
|---|
Request(CertID certid)
Creates a Request for the given CertID.
|
SingleResponse(CertID certid,
CertStatus certStatus,
java.util.Date thisUpdateDate)
Creates a SingleResponse from CertID, certStatus and thisUpdate date.
|