public static class SSLUtilities._FakeHostnameVerifier
extends java.lang.Object
implements javax.net.ssl.HostnameVerifier
Constructor and Description |
---|
SSLUtilities._FakeHostnameVerifier()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
verify(java.lang.String hostname,
javax.net.ssl.SSLSession session)
Deprecated.
Always return true, indicating that the host name is an
acceptable match with the server's authentication scheme.
|
public SSLUtilities._FakeHostnameVerifier()
public boolean verify(java.lang.String hostname, javax.net.ssl.SSLSession session)
verify
in interface javax.net.ssl.HostnameVerifier
hostname
- the host name.session
- the SSL session used on the connection to
host.