public class SSLContextFactory extends Object
| Constructor and Description |
|---|
SSLContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SSLContext |
getInstance(String keyStoreName,
char[] keyStorePassword)
Creates an
SSLContext with a specified keystore and password for that keystore |
public static SSLContext getInstance(String keyStoreName, char[] keyStorePassword) throws GeneralSecurityException
SSLContext with a specified keystore and password for that keystoreGeneralSecurityExceptionCopyright © 2016. All rights reserved.