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

Method Summary
 void dispose()
           
 Set<TrustAnchor> getTrustAnchors()
           
 X509Certificate[] getTrustedCertificates()
           
 

Method Detail

getTrustAnchors

Set<TrustAnchor> getTrustAnchors()

getTrustedCertificates

X509Certificate[] getTrustedCertificates()

dispose

void dispose()


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