| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SSLConfig | 
NetworkConfig.getSSLConfig()
Returns the current  
SSLConfig. | 
SSLConfig | 
SSLConfig.setEnabled(boolean enabled)
Enables and disables this configuration 
 | 
SSLConfig | 
SSLConfig.setFactoryClassName(String factoryClassName)
Sets the name for the  
SSLContextFactory implementation class | 
SSLConfig | 
SSLConfig.setFactoryImplementation(Object factoryImplementation)
Sets the  
SSLContextFactory implementation object | 
SSLConfig | 
SSLConfig.setProperties(Properties properties)
Sets the properties. 
 | 
SSLConfig | 
SSLConfig.setProperty(String name,
           String value)
Sets a property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkConfig | 
NetworkConfig.setSSLConfig(SSLConfig sslConfig)
Sets the  
SSLConfig. | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.