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 java.lang.String |
CRL_WILDCARD |
private boolean |
openssl1Mode |
factory, observers, params, updateInterval| Constructor and Description |
|---|
OpensslCRLStoreSpi(java.lang.String path,
long crlUpdateInterval,
java.util.Timer t,
ObserversHandler observers,
boolean openssl1Mode) |
| Modifier and Type | Method and Description |
|---|---|
protected java.security.cert.X509CRL |
reloadCRL(java.net.URL location)
Tries to load a CRL
|
addCRL, dispose, getCRLForIssuer, getCRLWithMatcher, getLocations, getUpdateInterval, loadCRL, setUpdateInterval, startengineGetCertificates, engineGetCRLs, notifyObserverspublic static final java.lang.String CRL_WILDCARD
private boolean openssl1Mode
public OpensslCRLStoreSpi(java.lang.String path,
long crlUpdateInterval,
java.util.Timer t,
ObserversHandler observers,
boolean openssl1Mode)
throws java.security.InvalidAlgorithmParameterException
java.security.InvalidAlgorithmParameterExceptionprotected java.security.cert.X509CRL reloadCRL(java.net.URL location)
reloadCRL in class PlainCRLStoreSpi