public static class CertValidatorResult.OCSPResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
OCSP_RESULT_LIFETIME
The lifetime period that an OCSP response must be, in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
Map<BigInteger,X509Certificate> |
getCertificateMap()
Returns map containing the checked certificates.
|
X509Certificate |
getResponderCert() |
CertPath |
getResponderCertPath()
Returns OCSP responder's certification path.
|
X509Certificate |
getResponderTrustedCert()
Returns the certificate describing the CA that served
as a trust anchor for the OCSP responder's certification path.
|
String |
getResponderURL()
Returns the location of the OCSP responder.
|
byte[] |
getResponse()
Returns the DER encoded form of the OCSP response.
|
Date |
getResponseDate()
Returns the time when the OCSP response was generated.
|
boolean |
isResponderCertIncludedInResponse() |
public static final long OCSP_RESULT_LIFETIME
public byte[] getResponse()
public Date getResponseDate()
public String getResponderURL()
public CertPath getResponderCertPath()
public X509Certificate getResponderCert()
public X509Certificate getResponderTrustedCert()
public Map<BigInteger,X509Certificate> getCertificateMap()
public boolean isResponderCertIncludedInResponse()