| 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 | 
|---|---|
| SSLContextBuilder | SSLContextBuilder. loadKeyMaterial(File file,
               char[] storePassword,
               char[] keyPassword,
               PrivateKeyStrategy aliasStrategy) | 
| SSLContextBuilder | SSLContextBuilder. loadKeyMaterial(KeyStore keystore,
               char[] keyPassword,
               PrivateKeyStrategy aliasStrategy) | 
| SSLContextBuilder | SSLContextBuilder. loadKeyMaterial(URL url,
               char[] storePassword,
               char[] keyPassword,
               PrivateKeyStrategy aliasStrategy) | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.