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