Uses of Package
eu.emi.security.authn.x509.helpers.trust

Packages that use eu.emi.security.authn.x509.helpers.trust
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. 
eu.emi.security.authn.x509.impl Contains implementation classes of the library. 
 

Classes in eu.emi.security.authn.x509.helpers.trust used by eu.emi.security.authn.x509.helpers.pkipath
TrustAnchorStore
          Implementations provide trust store material: a list of trusted CA certificates.
 

Classes in eu.emi.security.authn.x509.helpers.trust used by eu.emi.security.authn.x509.helpers.trust
AbstractTrustAnchorStore
          Base implementation of Trust Anchor stores.
DirectoryTrustAnchorStore
          Retrieves CA certificates from locations given as local paths with wildcards or URLs.
JDKInMemoryTrustAnchorStore
          Implementation of the TrustAnchorStore which uses JDK's KeyStore as a in-memory storage.
OpensslTrustAnchorStore
          Implementations of this interface are used by OpensslCertChainValidator to get access to the trust anchor store.
TimedTrustAnchorStoreBase
          Base implementation of Trust Anchor stores which load all certificates into memory.
TrustAnchorExt
           
TrustAnchorStore
          Implementations provide trust store material: a list of trusted CA certificates.
 

Classes in eu.emi.security.authn.x509.helpers.trust used by eu.emi.security.authn.x509.impl
JDKInMemoryTrustAnchorStore
          Implementation of the TrustAnchorStore which uses JDK's KeyStore as a in-memory storage.
 



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