public interface RevocationChecker
| Modifier and Type | Method and Description |
|---|---|
void |
check(java.security.cert.X509Certificate certificate)
Checks the revocation status of the given certificate.
|
void check(java.security.cert.X509Certificate certificate)
throws java.security.GeneralSecurityException
certificate - Certificate to examine.java.security.GeneralSecurityException - If certificate has been revoked or the revocation
check fails for some reason such as revocation data not available.