public class CRLVerifier extends java.lang.Object implements RevocationVerifier
| Constructor and Description |
|---|
CRLVerifier(CRLCache cache) |
| Modifier and Type | Method and Description |
|---|---|
RevocationStatus |
checkRevocationStatus(java.security.cert.X509Certificate peerCert,
java.security.cert.X509Certificate issuerCert)
Checks revocation status (Good, Revoked) of the peer certificate.
|
protected java.security.cert.X509CRL |
downloadCRLFromWeb(java.lang.String crlURL)
Downloads CRL from the crlUrl.
|
public CRLVerifier(CRLCache cache)
public RevocationStatus checkRevocationStatus(java.security.cert.X509Certificate peerCert, java.security.cert.X509Certificate issuerCert) throws CertificateVerificationException
checkRevocationStatus in interface RevocationVerifierpeerCert - peer certificateissuerCert - issuer certificate of the peer. not used currently.CertificateVerificationExceptionprotected java.security.cert.X509CRL downloadCRLFromWeb(java.lang.String crlURL)
throws java.io.IOException,
CertificateVerificationException
java.io.IOExceptionCertificateVerificationExceptionCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.