eu.emi.security.authn.x509.helpers.trust
Interface TrustAnchorStore

All Known Subinterfaces:
OpensslTrustAnchorStore
All Known Implementing Classes:
AbstractTrustAnchorStore, DirectoryTrustAnchorStore, JDKFSTrustAnchorStore, JDKInMemoryTrustAnchorStore, LazyOpensslTrustAnchorStoreImpl, OpensslTrustAnchorStoreImpl, TimedTrustAnchorStoreBase

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()
           
 long getUpdateInterval()
           
 void setUpdateInterval(long newInterval)
           
 

Method Detail

getTrustAnchors

Set<TrustAnchor> getTrustAnchors()

getTrustedCertificates

X509Certificate[] getTrustedCertificates()

dispose

void dispose()

getUpdateInterval

long getUpdateInterval()

setUpdateInterval

void setUpdateInterval(long newInterval)


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