@PrivateApi public class BasicSSLContextFactory extends Object implements SSLContextFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
JAVA_NET_SSL_PREFIX |
| Constructor and Description |
|---|
BasicSSLContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getProperty(Properties properties,
String property) |
SSLContext |
getSSLContext() |
void |
init(Properties properties)
Initializes this class with config from
SSLConfig |
public static final String JAVA_NET_SSL_PREFIX
public void init(Properties properties) throws Exception
SSLContextFactorySSLConfiginit in interface SSLContextFactoryproperties - properties form configExceptionpublic static String getProperty(Properties properties, String property)
public SSLContext getSSLContext()
getSSLContext in interface SSLContextFactoryCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.