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 NamespacesStores bound to the trust store.

Author:
K. Benedyczak

Field Summary
static String CERT_WILDCARD
           
 
Method Summary
 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 String CERT_WILDCARD
See Also:
Constant Field Values
Method Detail

getPmaNsStore

NamespacesStore getPmaNsStore()

getGlobusNsStore

NamespacesStore getGlobusNsStore()


Copyright © 2012-2014 European Middleware Initiative. All Rights Reserved.