public static interface OCSP.RevocationStatus
| Modifier and Type | Interface and Description |
|---|---|
static class |
OCSP.RevocationStatus.CertStatus |
| Modifier and Type | Method and Description |
|---|---|
OCSP.RevocationStatus.CertStatus |
getCertStatus()
Returns the revocation status.
|
java.security.cert.CRLReason |
getRevocationReason()
Returns the reason the certificate was revoked, or null if it
has not been revoked.
|
java.util.Date |
getRevocationTime()
Returns the time when the certificate was revoked, or null
if it has not been revoked.
|
java.util.Map<java.lang.String,java.security.cert.Extension> |
getSingleExtensions()
Returns a Map of additional extensions.
|
OCSP.RevocationStatus.CertStatus getCertStatus()
java.util.Date getRevocationTime()
java.security.cert.CRLReason getRevocationReason()
java.util.Map<java.lang.String,java.security.cert.Extension> getSingleExtensions()