eu.emi.security.authn.x509.helpers.trust
Interface OpensslTrustAnchorStore
- All Superinterfaces:
- TrustAnchorStore
- All Known Implementing Classes:
- LazyOpensslTrustAnchorStoreImpl, OpensslTrustAnchorStoreImpl
public interface OpensslTrustAnchorStore
- extends TrustAnchorStore
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
CERT_WILDCARD
static final String CERT_WILDCARD
- See Also:
- Constant Field Values
getPmaNsStore
NamespacesStore getPmaNsStore()
getGlobusNsStore
NamespacesStore getGlobusNsStore()
Copyright © 2012-2014 European Middleware Initiative. All Rights Reserved.