Class SSLSocketUtils
java.lang.Object
org.apache.commons.net.util.SSLSocketUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanEnable the HTTPS endpoint identification algorithm on an SSLSocket.
-
Method Details
-
enableEndpointNameVerification
Enable the HTTPS endpoint identification algorithm on an SSLSocket.- Parameters:
socket- the SSL socket- Returns:
- Always returns
true
-