Uses of Interface
eu.emi.security.authn.x509.helpers.trust.TrustAnchorStore
Packages that use TrustAnchorStore
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.
-
Uses of TrustAnchorStore in eu.emi.security.authn.x509.helpers.pkipath
Methods in eu.emi.security.authn.x509.helpers.pkipath with parameters of type TrustAnchorStoreModifier and TypeMethodDescriptionprotected voidAbstractValidator.init(TrustAnchorStore caStore, AbstractCRLStoreSPI crlStore, ProxySupport proxySupport, RevocationParameters revocationCheckingMode) Use this method to initialize the parent from the extension class, if not using the non-default constructor. -
Uses of TrustAnchorStore in eu.emi.security.authn.x509.helpers.trust
Subinterfaces of TrustAnchorStore in eu.emi.security.authn.x509.helpers.trustModifier and TypeInterfaceDescriptioninterfaceImplementations of this interface are used byOpensslCertChainValidatorto get access to the trust anchor store.Classes in eu.emi.security.authn.x509.helpers.trust that implement TrustAnchorStoreModifier and TypeClassDescriptionclassBase implementation of Trust Anchor stores.classRetrieves CA certificates from locations given as local paths with wildcards or URLs.classImplementation of theTrustAnchorStorewhich load JDK'sKeyStorefrom a file.classImplementation of theTrustAnchorStorewhich uses JDK'sKeyStoreas a in-memory storage.classImplementation of the truststore which uses CA certificates from a single directory in OpenSSL format.classImplementation of the truststore which uses CA certificates from a single directory in OpenSSL format.classBase implementation of Trust Anchor stores which load all certificates into memory.