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 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
Exception
public static String[] parseCommaSeparatedListIntoArray(String suites)
Copyright © 2017 JBoss by Red Hat. All rights reserved.