Interface OpensslTrustAnchorStore
- All Superinterfaces:
TrustAnchorStore
- All Known Implementing Classes:
LazyOpensslTrustAnchorStoreImpl
,OpensslTrustAnchorStoreImpl
Implementations of this interface are used by
OpensslCertChainValidator
to get access to
the trust anchor store. This interface adds possibility to get NamespacesStore
s bound to the trust store.- Author:
- K. Benedyczak
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface eu.emi.security.authn.x509.helpers.trust.TrustAnchorStore
dispose, getTrustAnchors, getTrustedCertificates, getUpdateInterval, setUpdateInterval
-
Field Details
-
CERT_WILDCARD
- See Also:
-
-
Method Details
-
getPmaNsStore
NamespacesStore getPmaNsStore() -
getGlobusNsStore
NamespacesStore getGlobusNsStore()
-