| Modifier and Type | Method and Description |
|---|---|
static SSLOption |
SSLOption.build(InputStream inputStream) |
static SSLOption |
SSLOption.build(String optionfile) |
static SSLOption |
SSLOption.buildFromYaml(String tag) |
static SSLOption |
SSLOption.buildFromYaml(String tag,
com.netflix.config.ConcurrentCompositeConfiguration configSource) |
SSLOption |
SSLOptionFactory.createSSLOption() |
| Modifier and Type | Method and Description |
|---|---|
static SSLContext |
SSLManager.createSSLContext(SSLOption option,
SSLCustom custom) |
static SSLEngine |
SSLManager.createSSLEngine(SSLOption option,
SSLCustom custom) |
static SSLEngine |
SSLManager.createSSLEngine(SSLOption option,
SSLCustom custom,
String peerHost,
int peerPort) |
static SSLServerSocket |
SSLManager.createSSLServerSocket(SSLOption option,
SSLCustom custom) |
static SSLSocket |
SSLManager.createSSLSocket(SSLOption option,
SSLCustom custom) |
static SSLSocketFactory |
SSLManager.createSSLSocketFactory(SSLOption option,
SSLCustom custom) |
| Constructor and Description |
|---|
TrustManagerExt(X509ExtendedTrustManager manager,
SSLOption option,
SSLCustom custom) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.