Uses of Class
org.apache.http.ssl.SSLInitializationException
Packages that use SSLInitializationException
Package
Description
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 SSLInitializationExceptionModifier and TypeMethodDescriptionstatic SSLContextSSLContexts.createDefault()Creates default factory based on the standard JSSE trust material (cacertsfile in the security properties directory).static SSLContextSSLContexts.createSystemDefault()Creates default SSL context based on system properties.