Uses of Interface
eu.emi.security.authn.x509.helpers.trust.OpensslTrustAnchorStore
-
Packages that use OpensslTrustAnchorStore 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 OpensslTrustAnchorStore in eu.emi.security.authn.x509.helpers.trust
Classes in eu.emi.security.authn.x509.helpers.trust that implement OpensslTrustAnchorStore Modifier and Type Class Description class
LazyOpensslTrustAnchorStoreImpl
Implementation of the truststore which uses CA certificates from a single directory in OpenSSL format.class
OpensslTrustAnchorStoreImpl
Implementation of the truststore which uses CA certificates from a single directory in OpenSSL format. -
Uses of OpensslTrustAnchorStore in eu.emi.security.authn.x509.impl
Fields in eu.emi.security.authn.x509.impl declared as OpensslTrustAnchorStore Modifier and Type Field Description private OpensslTrustAnchorStore
OpensslCertChainValidator. trustStore
-