Uses of Class
eu.emi.security.authn.x509.helpers.trust.AbstractTrustAnchorStore
-
Packages that use AbstractTrustAnchorStore Package Description eu.emi.security.authn.x509.helpers.trust 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.trust Modifier and Type Class Description classDirectoryTrustAnchorStoreRetrieves CA certificates from locations given as local paths with wildcards or URLs.classJDKFSTrustAnchorStoreImplementation of theTrustAnchorStorewhich load JDK'sKeyStorefrom a file.classJDKInMemoryTrustAnchorStoreImplementation of theTrustAnchorStorewhich uses JDK'sKeyStoreas a in-memory storage.classLazyOpensslTrustAnchorStoreImplImplementation of the truststore which uses CA certificates from a single directory in OpenSSL format.classOpensslTrustAnchorStoreImplImplementation of the truststore which uses CA certificates from a single directory in OpenSSL format.classTimedTrustAnchorStoreBaseBase implementation of Trust Anchor stores which load all certificates into memory.
-