public class SSLContextFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TRANSPORT_LAYER_SECURITY_CODE |
| Modifier and Type | Method and Description |
|---|---|
static SSLContext |
buildClientContext(String trustStorePath,
String trustStorePassword,
String trustStoreType,
String trustManagerFactoryAlgorithm,
String keyStorePath,
String keyStorePassword,
String keyStoreType,
String keyManagerFactoryAlgorithm,
String certAlias) |
public static final String TRANSPORT_LAYER_SECURITY_CODE
public static SSLContext buildClientContext(String trustStorePath, String trustStorePassword, String trustStoreType, String trustManagerFactoryAlgorithm, String keyStorePath, String keyStorePassword, String keyStoreType, String keyManagerFactoryAlgorithm, String certAlias) throws GeneralSecurityException, IOException
GeneralSecurityExceptionIOExceptionCopyright © 2006–2015 The Apache Software Foundation. All rights reserved.