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 |
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 java.util.Map<java.lang.String,CachedElement<java.util.Map<java.lang.String,java.util.List<NamespacePolicy>>>> |
LazyGlobusNamespacesStore.policiesByName
This structure holds the namespaces cache.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<NamespacePolicy> |
AbstractNamespacesStore.getCachedPolicies(java.util.Map<java.lang.String,CachedElement<java.util.Map<java.lang.String,java.util.List<NamespacePolicy>>>> policies,
java.lang.String definedForHash,
java.lang.String issuer,
java.lang.String path,
long maxTTL)
Utility method useful for lazy stores.
|
Modifier and Type | Field and Description |
---|---|
protected CachedElement<java.util.Set<TrustAnchorExt>> |
LazyOpensslTrustAnchorStoreImpl.cachedAnchors |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<javax.security.auth.x500.X500Principal,CachedElement<java.util.Set<TrustAnchorExt>>> |
LazyOpensslTrustAnchorStoreImpl.cachedAnchorsPerIssuer |