Interface OpensslTrustAnchorStore
-
- All Superinterfaces:
TrustAnchorStore
- All Known Implementing Classes:
LazyOpensslTrustAnchorStoreImpl
,OpensslTrustAnchorStoreImpl
public interface OpensslTrustAnchorStore extends TrustAnchorStore
Implementations of this interface are used byOpensslCertChainValidator
to get access to the trust anchor store. This interface adds possibility to getNamespacesStore
s bound to the trust store.- Author:
- K. Benedyczak
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CERT_WILDCARD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamespacesStore
getGlobusNsStore()
NamespacesStore
getPmaNsStore()
-
Methods inherited from interface eu.emi.security.authn.x509.helpers.trust.TrustAnchorStore
dispose, getTrustAnchors, getTrustedCertificates, getUpdateInterval, setUpdateInterval
-
-
-
-
Field Detail
-
CERT_WILDCARD
static final java.lang.String CERT_WILDCARD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPmaNsStore
NamespacesStore getPmaNsStore()
-
getGlobusNsStore
NamespacesStore getGlobusNsStore()
-
-