Uses of Class
com.hazelcast.config.SSLConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of SSLConfig in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientNetworkConfig.getSSLConfig()
Returns the currentSSLConfig
.Modifier and TypeMethodDescriptionClientNetworkConfig.setSSLConfig
(SSLConfig sslConfig) Sets theSSLConfig
. -
Uses of SSLConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionprotected SSLConfig
SSLConfig.self()
SSLConfig.setFactoryClassName
(String factoryClassName) Sets the name for the implementation class.SSLConfig.setFactoryImplementation
(Object factoryImplementation) Sets the implementation object.