|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCRLCertStoreSpi | |
---|---|
eu.emi.security.authn.x509.helpers.crl | Helper classes implementing Certificate Revocation List access, which is used by the validators together with trust stores. |
eu.emi.security.authn.x509.helpers.pkipath | Helper classes for internal, low level, logic of certificate path validation. |
Uses of AbstractCRLCertStoreSpi in eu.emi.security.authn.x509.helpers.crl |
---|
Subclasses of AbstractCRLCertStoreSpi in eu.emi.security.authn.x509.helpers.crl | |
---|---|
class |
OpensslCRLStoreSpi
Implementation of the CRL store which uses CRLs from a single directory in OpenSSL format. |
class |
PlainCRLStoreSpi
Handles an in-memory CRL store. |
Constructors in eu.emi.security.authn.x509.helpers.crl with parameters of type AbstractCRLCertStoreSpi | |
---|---|
SimpleCRLStore(AbstractCRLCertStoreSpi storeSpi)
|
Uses of AbstractCRLCertStoreSpi in eu.emi.security.authn.x509.helpers.pkipath |
---|
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type AbstractCRLCertStoreSpi | |
---|---|
protected void |
AbstractValidator.init(TrustAnchorStore caStore,
AbstractCRLCertStoreSpi crlStore,
ProxySupport proxySupport,
RevocationParameters revocationCheckingMode)
Use this method to initialize the parent from the extension class, if not using the non-default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |