Uses of Class
org.apache.http.conn.ssl.SSLInitializationException

Packages that use SSLInitializationException
org.apache.http.conn.ssl TLS/SSL specific API. 
 

Uses of SSLInitializationException in org.apache.http.conn.ssl
 

Methods in org.apache.http.conn.ssl that throw SSLInitializationException
static SSLContext SSLContexts.createDefault()
          Creates default factory based on the standard JSSE trust material (cacerts file in the security properties directory).
static SSLContext SSLContexts.createSystemDefault()
          Creates default SSL context based on system properties.
static SSLSocketFactory SSLSocketFactory.getSocketFactory()
          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()
          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
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.