Uses of Package
eu.emi.security.authn.x509.helpers.trust
-
Packages that use eu.emi.security.authn.x509.helpers.trust Package Description 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 Class Description 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 Class Description AbstractTrustAnchorStore Base implementation of Trust Anchor stores.DirectoryTrustAnchorStore Retrieves CA certificates from locations given as local paths with wildcards or URLs.JDKInMemoryTrustAnchorStore Implementation of theTrustAnchorStore
which uses JDK'sKeyStore
as a in-memory storage.OpensslTrustAnchorStore Implementations of this interface are used byOpensslCertChainValidator
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 Class Description JDKInMemoryTrustAnchorStore Implementation of theTrustAnchorStore
which uses JDK'sKeyStore
as a in-memory storage.