public class OpensslCRLStoreSpi extends PlainCRLStoreSpi
This class is extending the PlainCRLStoreSpi
and restricts
the CRLs which are loaded.
Modifier and Type | Field and Description |
---|---|
static String |
CRL_WILDCARD |
Constructor and Description |
---|
OpensslCRLStoreSpi(String path,
long crlUpdateInterval,
Timer t,
ObserversHandler observers) |
Modifier and Type | Method and Description |
---|---|
protected void |
reloadCRLs(Collection<URL> locations)
For all URLs tries to load a CRL
|
addCRL, dispose, engineGetCertificates, engineGetCRLs, getCRLForIssuer, getLocations, getUpdateInterval, loadCRL, notifyObservers, setUpdateInterval
public static final String CRL_WILDCARD
public OpensslCRLStoreSpi(String path, long crlUpdateInterval, Timer t, ObserversHandler observers) throws InvalidAlgorithmParameterException
protected void reloadCRLs(Collection<URL> locations)
reloadCRLs
in class PlainCRLStoreSpi
Copyright © 2012–2013 European Middleware Initiative. All rights reserved.