Uses of Class
com.hazelcast.config.SSLConfig

Packages that use SSLConfig
com.hazelcast.client.config   
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of SSLConfig in com.hazelcast.client.config
 

Methods in com.hazelcast.client.config that return SSLConfig
 SSLConfig ClientNetworkConfig.getSSLConfig()
          Returns the current SSLConfig.
 

Methods in com.hazelcast.client.config with parameters of type SSLConfig
 ClientNetworkConfig ClientNetworkConfig.setSSLConfig(SSLConfig sslConfig)
          Sets the SSLConfig.
 

Uses of SSLConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return SSLConfig
 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 com.hazelcast.nio.ssl.SSLContextFactory implementation class
 SSLConfig SSLConfig.setFactoryImplementation(Object factoryImplementation)
          Sets the com.hazelcast.nio.ssl.SSLContextFactory implementation object
 SSLConfig SSLConfig.setProperties(Properties properties)
          Sets the properties.
 SSLConfig SSLConfig.setProperty(String name, String value)
          Sets a property.
 

Methods in com.hazelcast.config with parameters of type SSLConfig
 NetworkConfig NetworkConfig.setSSLConfig(SSLConfig sslConfig)
          Sets the SSLConfig.
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.