Uses of Class
eu.emi.security.authn.x509.helpers.CachedElement
Packages that use CachedElement
Package
Description
Helper classes implementing Certificate Revocation List access, which is used by the
validators together with trust stores.
Contains implementation of local namespace policy rules for trusted certificate authorities
(using Globus and EuGridPMA syntax), which are exclusively used by the
OpensslCertChainValidator
Contains implementations of trust stores, which provide access to trusted root
certificates.
-
Uses of CachedElement in eu.emi.security.authn.x509.helpers.crl
Fields in eu.emi.security.authn.x509.helpers.crl with type parameters of type CachedElementModifier and TypeFieldDescriptionprivate Map
<String, CachedElement<List<X509CRL>>> LazyOpensslCRLStoreSpi.cachedCRLsByHash
-
Uses of CachedElement in eu.emi.security.authn.x509.helpers.ns
Fields in eu.emi.security.authn.x509.helpers.ns with type parameters of type CachedElementModifier and TypeFieldDescriptionprivate Map
<String, CachedElement<Map<String, List<NamespacePolicy>>>> LazyEuGridPmaNamespacesStore.policiesByHash
private Map
<String, CachedElement<Map<String, List<NamespacePolicy>>>> LazyEuGridPmaNamespacesStore.policiesByName
protected Map
<String, CachedElement<Map<String, List<NamespacePolicy>>>> LazyGlobusNamespacesStore.policiesByName
This structure holds the namespaces cache.Method parameters in eu.emi.security.authn.x509.helpers.ns with type arguments of type CachedElementModifier and TypeMethodDescriptionprotected List
<NamespacePolicy> AbstractNamespacesStore.getCachedPolicies
(Map<String, CachedElement<Map<String, List<NamespacePolicy>>>> policies, String definedForHash, String issuer, String path, long maxTTL) Utility method useful for lazy stores. -
Uses of CachedElement in eu.emi.security.authn.x509.helpers.trust
Fields in eu.emi.security.authn.x509.helpers.trust declared as CachedElementModifier and TypeFieldDescriptionprotected CachedElement
<Set<TrustAnchorExt>> LazyOpensslTrustAnchorStoreImpl.cachedAnchors
Fields in eu.emi.security.authn.x509.helpers.trust with type parameters of type CachedElementModifier and TypeFieldDescriptionprotected Map
<X500Principal, CachedElement<Set<TrustAnchorExt>>> LazyOpensslTrustAnchorStoreImpl.cachedAnchorsPerIssuer