Uses of Interface
eu.emi.security.authn.x509.helpers.trust.TrustAnchorStore

Packages that use TrustAnchorStore
eu.emi.security.authn.x509.helpers.pkipath Helper classes for internal, low level, logic of certificate path validation. 
eu.emi.security.authn.x509.helpers.trust Contains implementations of trust stores, which provide access to trusted root certificates. 
 

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

Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type TrustAnchorStore
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.
 

Uses of TrustAnchorStore in eu.emi.security.authn.x509.helpers.trust
 

Classes in eu.emi.security.authn.x509.helpers.trust that implement TrustAnchorStore
 class DirectoryTrustAnchorStore
          Retrieves CA certificates from locations given as local paths with wildcards or URLs.
 class JDKFSTrustAnchorStore
          Implementation of the TrustAnchorStore which load JDK's KeyStore from a file.
 class JDKInMemoryTrustAnchorStore
          Implementation of the TrustAnchorStore which uses JDK's KeyStore as a in-memory storage.
 class OpensslTrustAnchorStore
          Implementation of the truststore which uses CA certificates from a single directory in OpenSSL format.
 class TrustAnchorStoreBase
          Base implementation of Trust Anchor stores.
 



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