Uses of Class
eu.emi.security.authn.x509.helpers.trust.DirectoryTrustAnchorStore
-
Packages that use DirectoryTrustAnchorStore Package Description 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. -
-
Uses of DirectoryTrustAnchorStore in eu.emi.security.authn.x509.helpers.trust
Subclasses of DirectoryTrustAnchorStore in eu.emi.security.authn.x509.helpers.trust Modifier and Type Class Description class
OpensslTrustAnchorStoreImpl
Implementation of the truststore which uses CA certificates from a single directory in OpenSSL format. -
Uses of DirectoryTrustAnchorStore in eu.emi.security.authn.x509.impl
Fields in eu.emi.security.authn.x509.impl declared as DirectoryTrustAnchorStore Modifier and Type Field Description (package private) DirectoryTrustAnchorStore
DirectoryCertChainValidator. trustStore
-