Uses of Class
com.hazelcast.config.SSLConfig

Packages that use SSLConfig
com.hazelcast.config   
 

Uses of SSLConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return SSLConfig
 SSLConfig NetworkConfig.getSSLConfig()
           
 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.setProperty(String name, String value)
           
 

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



Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.