Uses of Class
eu.emi.security.authn.x509.helpers.trust.TrustAnchorExt
Packages that use TrustAnchorExt
Package
Description
Contains implementations of trust stores, which provide access to trusted root
certificates.
-
Uses of TrustAnchorExt in eu.emi.security.authn.x509.helpers.trust
Fields in eu.emi.security.authn.x509.helpers.trust with type parameters of type TrustAnchorExtModifier and TypeFieldDescriptionprotected Set
<TrustAnchorExt> DirectoryTrustAnchorStore.anchors
protected CachedElement
<Set<TrustAnchorExt>> LazyOpensslTrustAnchorStoreImpl.cachedAnchors
protected Map
<X500Principal, CachedElement<Set<TrustAnchorExt>>> LazyOpensslTrustAnchorStoreImpl.cachedAnchorsPerIssuer
Methods in eu.emi.security.authn.x509.helpers.trust that return types with arguments of type TrustAnchorExtModifier and TypeMethodDescriptionprivate Set
<TrustAnchorExt> LazyOpensslTrustAnchorStoreImpl.loadTrustAnchors()
Method parameters in eu.emi.security.authn.x509.helpers.trust with type arguments of type TrustAnchorExtModifier and TypeMethodDescriptionprotected void
LazyOpensslTrustAnchorStoreImpl.tryLoadCert
(File file, Set<TrustAnchorExt> set) protected boolean
OpensslTrustAnchorStoreImpl.tryLoadCert
(URL location, Set<TrustAnchorExt> tmpAnchors) private void
LazyOpensslTrustAnchorStoreImpl.tryLoadTAFor
(X500Principal issuer, Set<TrustAnchorExt> ret)