Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,CachedElement<Map<String,List<NamespacePolicy>>>> |
LazyGlobusNamespacesStore.policiesByName
This structure holds the namespaces cache.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected CachedElement<Set<TrustAnchorExt>> |
LazyOpensslTrustAnchorStoreImpl.cachedAnchors |
Modifier and Type | Field and Description |
---|---|
protected Map<X500Principal,CachedElement<Set<TrustAnchorExt>>> |
LazyOpensslTrustAnchorStoreImpl.cachedAnchorsPerIssuer |
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.