Interface OpensslTrustAnchorStore
-
- All Superinterfaces:
TrustAnchorStore
- All Known Implementing Classes:
LazyOpensslTrustAnchorStoreImpl,OpensslTrustAnchorStoreImpl
public interface OpensslTrustAnchorStore extends TrustAnchorStore
Implementations of this interface are used byOpensslCertChainValidatorto get access to the trust anchor store. This interface adds possibility to getNamespacesStores bound to the trust store.- Author:
- K. Benedyczak
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCERT_WILDCARD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamespacesStoregetGlobusNsStore()NamespacesStoregetPmaNsStore()-
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()
-
-