Uses of Class
org.apache.http.conn.ssl.SSLInitializationException
Packages that use SSLInitializationException
-
Uses of SSLInitializationException in org.apache.http.conn.ssl
Methods in org.apache.http.conn.ssl that throw SSLInitializationExceptionModifier and TypeMethodDescriptionstatic SSLContextSSLContexts.createDefault()Deprecated.Creates default factory based on the standard JSSE trust material (cacertsfile in the security properties directory).static SSLContextSSLContexts.createSystemDefault()Deprecated.Creates default SSL context based on system properties.static SSLConnectionSocketFactorySSLConnectionSocketFactory.getSocketFactory()Obtains default SSL socket factory with an SSL context based on the standard JSSE trust material (cacertsfile in the security properties directory).static SSLSocketFactorySSLSocketFactory.getSocketFactory()Deprecated.Obtains default SSL socket factory with an SSL context based on the standard JSSE trust material (cacertsfile in the security properties directory).static SSLConnectionSocketFactorySSLConnectionSocketFactory.getSystemSocketFactory()Obtains default SSL socket factory with an SSL context based on system properties as described in Java™ Secure Socket Extension (JSSE) Reference Guide.static SSLSocketFactorySSLSocketFactory.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