public interface NamespacesStore
NamespacePolicy
objects.
The objects are retrieved by the issuer name.
The implementations must be thread safe.Modifier and Type | Method and Description |
---|---|
List<NamespacePolicy> |
getPolicies(X500Principal[] chain,
int position)
As
getPolicies(X509Certificate[], int) but with principals of certificates only |
List<NamespacePolicy> |
getPolicies(X509Certificate[] chain,
int position)
Gets namespace policies applicable for the CA.
|
void |
setPolicies(Collection<String> locations) |
void setPolicies(Collection<String> locations)
List<NamespacePolicy> getPolicies(X509Certificate[] chain, int position)
chain
- chainposition
- positionList<NamespacePolicy> getPolicies(X500Principal[] chain, int position)
getPolicies(X509Certificate[], int)
but with principals of certificates onlychain
- chainposition
- positionCopyright © 2012-2017 European Middleware Initiative. All Rights Reserved.