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.loadTrustMaterial(File file,
char[] storePassword,
TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore trustStore,
TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(Path file,
char[] storePassword,
TrustStrategy trustStrategy,
OpenOption... openOptions) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(URL url,
char[] storePassword,
TrustStrategy trustStrategy) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.