Uses of Class
eu.emi.security.authn.x509.helpers.crl.PlainCRLStoreSpi
Packages that use PlainCRLStoreSpi
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 PlainCRLStoreSpi in eu.emi.security.authn.x509.helpers.crl
Subclasses of PlainCRLStoreSpi in eu.emi.security.authn.x509.helpers.crlModifier and TypeClassDescriptionclassImplementation of the CRL store which uses CRLs from a single directory in OpenSSL format.Subclasses with type arguments of type PlainCRLStoreSpi in eu.emi.security.authn.x509.helpers.crlModifier and TypeClassDescriptionprivate static classThis class follows a quite advanced but important pattern: - it is static so there is no hidden reference from it to the wrapping class - instead it has a weak reference to the wrapping object - when the weak reference is nullified, it means that the wrapping object was discarded by the GC and is no more usable: in this case the update task is automatically stopped.Constructors in eu.emi.security.authn.x509.helpers.crl with parameters of type PlainCRLStoreSpi -
Uses of PlainCRLStoreSpi in eu.emi.security.authn.x509.helpers.pkipath
Fields in eu.emi.security.authn.x509.helpers.pkipath declared as PlainCRLStoreSpiMethods in eu.emi.security.authn.x509.helpers.pkipath that return PlainCRLStoreSpiModifier and TypeMethodDescriptionprotected PlainCRLStoreSpiPlainCRLValidator.createCRLStore(CRLParameters crlParams, Timer t) This method can be overridden if a different implementation of thePlainCRLStoreSpi(its subclass) should be used.