Interface RevocationVerifier
-
- All Known Implementing Classes:
CRLVerifier,OCSPVerifier
public interface RevocationVerifierAll the revocation verifiers should implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevocationStatuscheckRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert)
-
-
-
Method Detail
-
checkRevocationStatus
RevocationStatus checkRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert) throws CertificateVerificationException
- Throws:
CertificateVerificationException
-
-