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

Packages that use SSLInitializationException
org.apache.http.ssl Utility classes for trust and key material management and TLS/SSL context initialization. 
 

Uses of SSLInitializationException in org.apache.http.ssl
 

Methods in org.apache.http.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.
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.