Class SSLSocketUtils

java.lang.Object
org.apache.commons.net.util.SSLSocketUtils

public class SSLSocketUtils extends Object
General utilities for SSLSocket.
Since:
3.4
  • Method Details

    • enableEndpointNameVerification

      public static boolean enableEndpointNameVerification(SSLSocket socket)
      Enable the HTTPS endpoint identification algorithm on an SSLSocket.
      Parameters:
      socket - the SSL socket
      Returns:
      true on success