eu.emi.security.authn.x509.helpers.trust
Interface TrustAnchorStore
- All Known Implementing Classes:
- DirectoryTrustAnchorStore, JDKFSTrustAnchorStore, JDKInMemoryTrustAnchorStore, OpensslTrustAnchorStore, TrustAnchorStoreBase
public interface TrustAnchorStore
Implementations provide trust store material: a list of trusted CA certificates.
- Author:
- K. Benedyczak
getTrustAnchors
Set<TrustAnchor> getTrustAnchors()
getTrustedCertificates
X509Certificate[] getTrustedCertificates()
dispose
void dispose()
Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.