public class SimpleCachingCrlFetcher extends Object implements CrlFetcher
| Constructor and Description |
|---|
SimpleCachingCrlFetcher(CrlCache crlCache) |
| Modifier and Type | Method and Description |
|---|---|
protected X509CRL |
download(String url) |
X509CRL |
get(String url) |
protected X509CRL |
notInCache(String url) |
protected X509CRL |
outdated(String url,
X509CRL outdatedCrl) |
public SimpleCachingCrlFetcher(CrlCache crlCache)
public X509CRL get(String url) throws CertificateValidationException
get in interface CrlFetcherCertificateValidationExceptionprotected X509CRL notInCache(String url) throws CertificateValidationException
CertificateValidationExceptionprotected X509CRL outdated(String url, X509CRL outdatedCrl) throws CertificateValidationException
CertificateValidationExceptionprotected X509CRL download(String url) throws CertificateValidationException
CertificateValidationExceptionCopyright © 2016 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.