Uses of Class
com.hazelcast.config.SymmetricEncryptionConfig
Packages that use SymmetricEncryptionConfig
-
Uses of SymmetricEncryptionConfig in com.hazelcast.config
Fields in com.hazelcast.config declared as SymmetricEncryptionConfigModifier and TypeFieldDescriptionprotected SymmetricEncryptionConfigEndpointConfig.symmetricEncryptionConfigMethods in com.hazelcast.config that return SymmetricEncryptionConfigModifier and TypeMethodDescriptionAdvancedNetworkConfig.MemberNetworkingView.getSymmetricEncryptionConfig()EndpointConfig.getSymmetricEncryptionConfig()Deprecated, for removal: This API element is subject to removal in a future version.Symmetric encryption is deprecated in favor of TLS.NetworkConfig.getSymmetricEncryptionConfig()Deprecated, for removal: This API element is subject to removal in a future version.Symmetric encryption is deprecated in favor of TLS.SymmetricEncryptionConfig.setIterationCount(int iterationCount) Deprecated, for removal: This API element is subject to removal in a future version.SymmetricEncryptionConfig.setKey(byte[] key) Deprecated, for removal: This API element is subject to removal in a future version.SymmetricEncryptionConfig.setPassword(String password) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hazelcast.config with parameters of type SymmetricEncryptionConfigModifier and TypeMethodDescriptionAdvancedNetworkConfig.MemberNetworkingView.setSymmetricEncryptionConfig(SymmetricEncryptionConfig symmetricEncryptionConfig) EndpointConfig.setSymmetricEncryptionConfig(SymmetricEncryptionConfig symmetricEncryptionConfig) Deprecated, for removal: This API element is subject to removal in a future version.Symmetric encryption is deprecated in favor of TLS.NetworkConfig.setSymmetricEncryptionConfig(SymmetricEncryptionConfig symmetricEncryptionConfig) Deprecated, for removal: This API element is subject to removal in a future version.Symmetric encryption is deprecated in favor of TLS.RestServerEndpointConfig.setSymmetricEncryptionConfig(SymmetricEncryptionConfig symmetricEncryptionConfig) Deprecated, for removal: This API element is subject to removal in a future version.ServerSocketEndpointConfig.setSymmetricEncryptionConfig(SymmetricEncryptionConfig symmetricEncryptionConfig)