Uses of Class
eu.emi.security.authn.x509.helpers.trust.TrustAnchorExt
-
Packages that use TrustAnchorExt Package Description eu.emi.security.authn.x509.helpers.trust 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 TrustAnchorExt Modifier and Type Field Description protected Set<TrustAnchorExt>DirectoryTrustAnchorStore. anchorsprotected CachedElement<Set<TrustAnchorExt>>LazyOpensslTrustAnchorStoreImpl. cachedAnchorsprotected Map<X500Principal,CachedElement<Set<TrustAnchorExt>>>LazyOpensslTrustAnchorStoreImpl. cachedAnchorsPerIssuerMethod parameters in eu.emi.security.authn.x509.helpers.trust with type arguments of type TrustAnchorExt Modifier and Type Method Description protected voidLazyOpensslTrustAnchorStoreImpl. tryLoadCert(File file, Set<TrustAnchorExt> set)protected booleanOpensslTrustAnchorStoreImpl. tryLoadCert(URL location, Set<TrustAnchorExt> tmpAnchors)
-