Uses of Class
eu.emi.security.authn.x509.helpers.trust.AbstractTrustAnchorStore

Packages that use AbstractTrustAnchorStore
eu.emi.security.authn.x509.helpers.trust Contains implementations of trust stores, which provide access to trusted root certificates. 
 

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

Subclasses of AbstractTrustAnchorStore in eu.emi.security.authn.x509.helpers.trust
 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 LazyOpensslTrustAnchorStoreImpl
          Implementation of the truststore which uses CA certificates from a single directory in OpenSSL format.
 class OpensslTrustAnchorStoreImpl
          Implementation of the truststore which uses CA certificates from a single directory in OpenSSL format.
 class TimedTrustAnchorStoreBase
          Base implementation of Trust Anchor stores which load all certificates into memory.
 



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