Uses of Package
eu.emi.security.authn.x509.helpers.trust
Packages that use eu.emi.security.authn.x509.helpers.trust
Package
Description
Helper classes for internal, low level, logic of certificate path validation.
Contains implementations of trust stores, which provide access to trusted root
certificates.
Contains implementation classes of the library.
-
Classes in eu.emi.security.authn.x509.helpers.trust used by eu.emi.security.authn.x509.helpers.pkipathClassDescriptionImplementations 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.trustClassDescriptionBase implementation of Trust Anchor stores.Retrieves CA certificates from locations given as local paths with wildcards or URLs.Implementation of the
TrustAnchorStore
which uses JDK'sKeyStore
as a in-memory storage.Implementations of this interface are used byOpensslCertChainValidator
to get access to the trust anchor store.Base implementation of Trust Anchor stores which load all certificates into memory.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.implClassDescriptionImplementation of the
TrustAnchorStore
which uses JDK'sKeyStore
as a in-memory storage.