Uses of Class
eu.emi.security.authn.x509.helpers.crl.PlainCRLStoreSpi

Packages that use PlainCRLStoreSpi
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 PlainCRLStoreSpi in eu.emi.security.authn.x509.helpers.crl
 

Subclasses of PlainCRLStoreSpi 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.
 

Uses of PlainCRLStoreSpi in eu.emi.security.authn.x509.helpers.pkipath
 

Fields in eu.emi.security.authn.x509.helpers.pkipath declared as PlainCRLStoreSpi
protected  PlainCRLStoreSpi PlainCRLValidator.crlStoreImpl
           
 

Methods in eu.emi.security.authn.x509.helpers.pkipath that return PlainCRLStoreSpi
protected  PlainCRLStoreSpi PlainCRLValidator.createCRLStore(CRLParameters crlParams, Timer t)
          This method can be overridden if a different implementation of the PlainCRLStoreSpi (its subclass) should be used.
 

Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type PlainCRLStoreSpi
protected  void AbstractValidator.init(TrustAnchorStore caStore, PlainCRLStoreSpi crlStore, ProxySupport proxySupport, RevocationParameters revocationCheckingMode)
          Use this method to initialize the parent from the extension class, if not using the non-default constructor.
 



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.