|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedElement | |
---|---|
eu.emi.security.authn.x509.helpers.ns | Contains implementation of local namespace policy rules for trusted certificate authorities
(using Globus and EuGridPMA syntax), which are exclusively used by the
OpensslCertChainValidator
Warning: this package contains internal implementation of the library. |
eu.emi.security.authn.x509.helpers.trust | Contains implementations of trust stores, which provide access to trusted root certificates. |
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 CachedElement | |
---|---|
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 CachedElement | |
---|---|
protected 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 CachedElement | |
---|---|
protected CachedElement<Set<TrustAnchorExt>> |
LazyOpensslTrustAnchorStoreImpl.cachedAnchors
|
Fields in eu.emi.security.authn.x509.helpers.trust with type parameters of type CachedElement | |
---|---|
protected Map<X500Principal,CachedElement<Set<TrustAnchorExt>>> |
LazyOpensslTrustAnchorStoreImpl.cachedAnchorsPerIssuer
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |