| Package | Description | 
|---|---|
| org.apache.hc.core5.ssl | Utility classes for trust and key material management
 and TLS/SSL context initialization. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SSLContext | SSLContexts. createDefault()Creates default factory based on the standard JSSE trust material
 ( cacertsfile in the security properties directory). | 
| static SSLContext | SSLContexts. createSystemDefault()Creates default SSL context based on system properties. | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.