Interface RevocationVerifier
- All Known Implementing Classes:
CRLVerifier,OCSPVerifier
public interface RevocationVerifier
All the revocation verifiers should implement this interface.
-
Method Summary
Modifier and TypeMethodDescriptioncheckRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert)
-
Method Details
-
checkRevocationStatus
RevocationStatus checkRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert) throws CertificateVerificationException - Throws:
CertificateVerificationException
-