Interface Trust

All Known Implementing Classes:
TrustAll, TrustBase, TrustCertificates, TrustCustom, TrustJdk, TrustList, TrustProperties, TrustStore, TrustSystem

public interface Trust
The trust material configuration.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contains(Trust trust)
     
    or(Trust other)
     
    <T> T
    walk(Trust.Visitor<T> visitor)