Package de.uplanet.net.ssl
Class AllHostnameVerifier
java.lang.Object
de.uplanet.net.ssl.AllHostnameVerifier
- All Implemented Interfaces:
HostnameVerifier
This hostname verifier verifies all hostnames.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanverify(String p_strHostname, SSLSession p_session) This method always returnstrue.
-
Field Details
-
INSTANCE
-
-
Method Details
-
verify
This method always returnstrue.- Specified by:
verifyin interfaceHostnameVerifier- Parameters:
p_strHostname- The host name.p_session- The SSLSession used on the connection to host.- Returns:
- Always
true.
-