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 Details

    • getTrustAnchors

      Set<TrustAnchor> getTrustAnchors()
    • getTrustedCertificates

      X509Certificate[] getTrustedCertificates()
    • dispose

      void dispose()
    • getUpdateInterval

      long getUpdateInterval()
    • setUpdateInterval

      void setUpdateInterval(long newInterval)