Uses of Class
eu.emi.security.authn.x509.helpers.trust.AbstractTrustAnchorStore
Packages that use AbstractTrustAnchorStore
Package
Description
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.trustModifier and TypeClassDescriptionclass
Retrieves CA certificates from locations given as local paths with wildcards or URLs.class
Implementation of theTrustAnchorStore
which load JDK'sKeyStore
from a file.class
Implementation of theTrustAnchorStore
which uses JDK'sKeyStore
as a in-memory storage.class
Implementation of the truststore which uses CA certificates from a single directory in OpenSSL format.class
Implementation of the truststore which uses CA certificates from a single directory in OpenSSL format.class
Base implementation of Trust Anchor stores which load all certificates into memory.