Uses of Class
org.apache.http.conn.ssl.SSLSocketFactory
-
Packages that use SSLSocketFactory Package Description org.apache.http.conn.ssl Client TLS/SSL support. -
-
Uses of SSLSocketFactory in org.apache.http.conn.ssl
Methods in org.apache.http.conn.ssl that return SSLSocketFactory Modifier and Type Method Description static SSLSocketFactory
SSLSocketFactory. getSocketFactory()
Deprecated.Obtains default SSL socket factory with an SSL context based on the standard JSSE trust material (cacerts
file in the security properties directory).static SSLSocketFactory
SSLSocketFactory. getSystemSocketFactory()
Deprecated.Obtains default SSL socket factory with an SSL context based on system properties as described in "JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform Standard Edition 5
-