Package javax.net.ssl

Interface TrustManager

All Known Subinterfaces:
X509TrustManager
All Known Implementing Classes:
TrustManagerImpl

public interface TrustManager
The marker interface for JSSE trust managers. The purpose is to group trust managers. The responsibility a trust manager is to handle the trust data used to make trust decisions for deciding whether credentials of a peer should be accepted,
See Also:
TrustManagerFactory