X509TrustManager Interface
The javax.net.ssl.X509TrustManager interface extends
the general TrustManager interface. This interface
must be implemented by a trust manager when using X.509-based authentication.
To support X.509 authentication of remote socket peers
through JSSE, an instance of this interface must be passed to the init method
of an SSLContext object.