| Modifier and Type | Method and Description |
|---|---|
static SSLCustom |
SSLCustom.createSSLCustom(String name) |
static SSLCustom |
SSLCustom.defaultSSLCustom() |
| 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–2020 The Apache Software Foundation. All rights reserved.