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 RevocationVerifier
peerCert
- peer certificateissuerCert
- issuer certificate of the peer. not used currently.CertificateVerificationException
protected java.security.cert.X509CRL downloadCRLFromWeb(java.lang.String crlURL) throws java.io.IOException, CertificateVerificationException
java.io.IOException
CertificateVerificationException
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.