Uses of Class
com.hazelcast.config.SSLConfig
Packages that use 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
Methods in com.hazelcast.client.config that return SSLConfigModifier and TypeMethodDescriptionClientNetworkConfig.getSSLConfig()
Returns the currentSSLConfig
.Methods in com.hazelcast.client.config with parameters of type SSLConfigModifier and TypeMethodDescriptionClientNetworkConfig.setSSLConfig
(SSLConfig sslConfig) Sets theSSLConfig
. -
Uses of SSLConfig in com.hazelcast.config
Methods in com.hazelcast.config that return SSLConfigModifier and TypeMethodDescriptionprotected SSLConfig
SSLConfig.self()
SSLConfig.setFactoryClassName
(String factoryClassName) Sets the name for the implementation class.SSLConfig.setFactoryImplementation
(Object factoryImplementation) Sets the implementation object.Constructors in com.hazelcast.config with parameters of type SSLConfig