Class NaiveSSLFactory


  • public class NaiveSSLFactory
    extends java.lang.Object
    Create naive SSLSocket factory which will authorize any TSL/SSL host.
    • Constructor Summary

      Constructors 
      Constructor Description
      NaiveSSLFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.http.conn.ssl.SSLSocketFactory createNaiveSSLSocketFactory()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NaiveSSLFactory

        public NaiveSSLFactory()
    • Method Detail

      • createNaiveSSLSocketFactory

        public static org.apache.http.conn.ssl.SSLSocketFactory createNaiveSSLSocketFactory()
        Returns:
        Return naive SSL socket factory (authorize any SSL/TSL host)