public interface RevocationChecker
| Modifier and Type | Method and Description |
|---|---|
void |
check(X509Certificate certificate)
Checks the revocation status of the given certificate.
|
void check(X509Certificate certificate) throws GeneralSecurityException
certificate - Certificate to examine.GeneralSecurityException - If certificate has been revoked or the revocation
check fails for some reason such as revocation data not available.Copyright © 2004-2015 Jasig. All Rights Reserved.