Uses of Class
eu.emi.security.authn.x509.helpers.crl.AbstractCRLStoreSPI
Packages that use AbstractCRLStoreSPI
Package
Description
Helper classes implementing Certificate Revocation List access, which is used by the
validators together with trust stores.
Helper classes for internal, low level, logic of certificate path validation.
-
Uses of AbstractCRLStoreSPI in eu.emi.security.authn.x509.helpers.crl
Subclasses of AbstractCRLStoreSPI in eu.emi.security.authn.x509.helpers.crlModifier and TypeClassDescriptionclass
Handles an Openssl-like CRL store.class
Implementation of the CRL store which uses CRLs from a single directory in OpenSSL format.class
Handles an in-memory CRL store. -
Uses of AbstractCRLStoreSPI in eu.emi.security.authn.x509.helpers.pkipath
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type AbstractCRLStoreSPIModifier and TypeMethodDescriptionprotected void
AbstractValidator.init
(TrustAnchorStore caStore, AbstractCRLStoreSPI crlStore, ProxySupport proxySupport, RevocationParameters revocationCheckingMode) Use this method to initialize the parent from the extension class, if not using the non-default constructor.