Uses of Class
eu.emi.security.authn.x509.helpers.trust.TimedTrustAnchorStoreBase
-
Packages that use TimedTrustAnchorStoreBase Package Description eu.emi.security.authn.x509.helpers.trust Contains implementations of trust stores, which provide access to trusted root certificates. -
-
Uses of TimedTrustAnchorStoreBase in eu.emi.security.authn.x509.helpers.trust
Subclasses of TimedTrustAnchorStoreBase in eu.emi.security.authn.x509.helpers.trust Modifier and Type Class Description class
DirectoryTrustAnchorStore
Retrieves CA certificates from locations given as local paths with wildcards or URLs.class
JDKFSTrustAnchorStore
Implementation of theTrustAnchorStore
which load JDK'sKeyStore
from a file.class
JDKInMemoryTrustAnchorStore
Implementation of theTrustAnchorStore
which uses JDK'sKeyStore
as a in-memory storage.class
OpensslTrustAnchorStoreImpl
Implementation of the truststore which uses CA certificates from a single directory in OpenSSL format.
-