Package org.apache.commons.net.util
Class SSLSocketUtils
- java.lang.Object
-
- org.apache.commons.net.util.SSLSocketUtils
-
public class SSLSocketUtils extends java.lang.Object
General utilities for SSLSocket.- Since:
- 3.4
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
enableEndpointNameVerification(javax.net.ssl.SSLSocket socket)
Enable the HTTPS endpoint identification algorithm on an SSLSocket.
-