public class SSLSupport extends Object
| Constructor and Description |
|---|
SSLSupport() |
| Modifier and Type | Method and Description |
|---|---|
static SSLContext |
createContext(String keystoreProvider,
String keystorePath,
String keystorePassword,
String trustStoreProvider,
String trustStorePath,
String trustStorePassword) |
static SSLContext |
createContext(String keystoreProvider,
String keystorePath,
String keystorePassword,
String trustStoreProvider,
String trustStorePath,
String trustStorePassword,
boolean trustAll) |
static SSLContext |
createContext(String keystoreProvider,
String keystorePath,
String keystorePassword,
String trustStoreProvider,
String trustStorePath,
String trustStorePassword,
boolean trustAll,
String crlPath) |
static SSLContext |
createContext(String keystoreProvider,
String keystorePath,
String keystorePassword,
String trustStoreProvider,
String trustStorePath,
String trustStorePassword,
String crlPath) |
static io.netty.handler.ssl.SslContext |
createNettyClientContext(String keystoreProvider,
String keystorePath,
String keystorePassword,
String trustStoreProvider,
String trustStorePath,
String trustStorePassword,
String sslProvider,
boolean trustAll) |
static io.netty.handler.ssl.SslContext |
createNettyContext(String keystoreProvider,
String keystorePath,
String keystorePassword,
String trustStoreProvider,
String trustStorePath,
String trustStorePassword,
String sslProvider) |
static String |
parseArrayIntoCommandSeparatedList(String[] suites) |
static String[] |
parseCommaSeparatedListIntoArray(String suites) |
public static SSLContext createContext(String keystoreProvider, String keystorePath, String keystorePassword, String trustStoreProvider, String trustStorePath, String trustStorePassword) throws Exception
Exceptionpublic static SSLContext createContext(String keystoreProvider, String keystorePath, String keystorePassword, String trustStoreProvider, String trustStorePath, String trustStorePassword, String crlPath) throws Exception
Exceptionpublic static SSLContext createContext(String keystoreProvider, String keystorePath, String keystorePassword, String trustStoreProvider, String trustStorePath, String trustStorePassword, boolean trustAll) throws Exception
Exceptionpublic static SSLContext createContext(String keystoreProvider, String keystorePath, String keystorePassword, String trustStoreProvider, String trustStorePath, String trustStorePassword, boolean trustAll, String crlPath) throws Exception
Exceptionpublic static io.netty.handler.ssl.SslContext createNettyContext(String keystoreProvider, String keystorePath, String keystorePassword, String trustStoreProvider, String trustStorePath, String trustStorePassword, String sslProvider) throws Exception
Exceptionpublic static io.netty.handler.ssl.SslContext createNettyClientContext(String keystoreProvider, String keystorePath, String keystorePassword, String trustStoreProvider, String trustStorePath, String trustStorePassword, String sslProvider, boolean trustAll) throws Exception
Exceptionpublic static String[] parseCommaSeparatedListIntoArray(String suites)
Copyright © 2019 JBoss by Red Hat. All rights reserved.