public class CRLDistributionPointRevocationChecker extends AbstractCRLRevocationChecker
logger| Constructor and Description |
|---|
CRLDistributionPointRevocationChecker(net.sf.ehcache.Cache crlCache)
Creates a new instance that uses the given cache instance for CRL caching.
|
| Modifier and Type | Method and Description |
|---|---|
protected X509CRL |
getCRL(X509Certificate cert)
Gets the CRL for the given certificate.
|
check, setExpiredCRLPolicy, setUnavailableCRLPolicypublic CRLDistributionPointRevocationChecker(net.sf.ehcache.Cache crlCache)
crlCache - Cache for CRL data.protected X509CRL getCRL(X509Certificate cert)
getCRL in class AbstractCRLRevocationCheckercert - Certificate for which the CRL of the issuing CA should be retrieved.AbstractCRLRevocationChecker.getCRL(X509Certificate)Copyright © 2004-2015 Jasig. All Rights Reserved.