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 NamespacesStores bound to the trust store.
Author:
K. Benedyczak