Module java.base
Package javax.net.ssl

Interface X509TrustManager

All Superinterfaces:
TrustManager
All Known Implementing Classes:
X509ExtendedTrustManager

public interface X509TrustManager extends TrustManager
Instance of this interface manage which X509 certificates may be used to authenticate the remote side of a secure socket. Decisions may be based on trusted certificate authorities, certificate revocation lists, online status checking or other means.
Since:
1.4