public final class SSLManager extends Object
| Modifier and Type | Method and Description |
|---|---|
static SSLContext |
createSSLContext(SSLOption option,
SSLCustom custom) |
static SSLEngine |
createSSLEngine(SSLOption option,
SSLCustom custom) |
static SSLEngine |
createSSLEngine(SSLOption option,
SSLCustom custom,
String peerHost,
int peerPort) |
static SSLServerSocket |
createSSLServerSocket(SSLOption option,
SSLCustom custom) |
static SSLSocket |
createSSLSocket(SSLOption option,
SSLCustom custom) |
static SSLSocketFactory |
createSSLSocketFactory(SSLOption option,
SSLCustom custom) |
static String[] |
getEnalbedCiphers(String enabledCiphers) |
public static SSLContext createSSLContext(SSLOption option, SSLCustom custom)
public static SSLSocketFactory createSSLSocketFactory(SSLOption option, SSLCustom custom)
public static SSLEngine createSSLEngine(SSLOption option, SSLCustom custom, String peerHost, int peerPort)
public static SSLServerSocket createSSLServerSocket(SSLOption option, SSLCustom custom)
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.