Uses of Class
eu.emi.security.authn.x509.helpers.trust.JDKInMemoryTrustAnchorStore
-
Packages that use JDKInMemoryTrustAnchorStore 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 JDKInMemoryTrustAnchorStore in eu.emi.security.authn.x509.helpers.trust
Subclasses of JDKInMemoryTrustAnchorStore in eu.emi.security.authn.x509.helpers.trust Modifier and Type Class Description class
JDKFSTrustAnchorStore
Implementation of theTrustAnchorStore
which load JDK'sKeyStore
from a file. -
Uses of JDKInMemoryTrustAnchorStore in eu.emi.security.authn.x509.impl
Fields in eu.emi.security.authn.x509.impl declared as JDKInMemoryTrustAnchorStore Modifier and Type Field Description protected JDKInMemoryTrustAnchorStore
InMemoryKeystoreCertChainValidator. store
-