Package com.hazelcast.config
Class SymmetricEncryptionConfig
java.lang.Object
com.hazelcast.config.AbstractSymmetricEncryptionConfig<SymmetricEncryptionConfig>
com.hazelcast.config.SymmetricEncryptionConfig
@Deprecated(since="4.2",
forRemoval=true)
public class SymmetricEncryptionConfig
extends AbstractSymmetricEncryptionConfig<SymmetricEncryptionConfig>
Deprecated, for removal: This API element is subject to removal in a future version.
Symmetric encryption is deprecated in favor of TLS.
Contains configuration for symmetric encryption
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Default symmetric encryption algorithmstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Default symmetric encryption password used in Hazelcast before version 5.5.Fields inherited from class com.hazelcast.config.AbstractSymmetricEncryptionConfig
DEFAULT_SYMMETRIC_SALT -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated, for removal: This API element is subject to removal in a future version.byte[]getKey()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.setIterationCount(int iterationCount) Deprecated, for removal: This API element is subject to removal in a future version.setKey(byte[] key) Deprecated, for removal: This API element is subject to removal in a future version.setPassword(String password) Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.hazelcast.config.AbstractSymmetricEncryptionConfig
getAlgorithm, getSalt, isEnabled, setAlgorithm, setEnabled, setSalt
-
Field Details
-
DEFAULT_SYMMETRIC_ALGORITHM
Deprecated, for removal: This API element is subject to removal in a future version.Default symmetric encryption algorithm- See Also:
-
DEFAULT_SYMMETRIC_PASSWORD
Deprecated, for removal: This API element is subject to removal in a future version.Default symmetric encryption password used in Hazelcast before version 5.5.- See Also:
-
-
Constructor Details
-
SymmetricEncryptionConfig
public SymmetricEncryptionConfig()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getPassword
Deprecated, for removal: This API element is subject to removal in a future version. -
setPassword
Deprecated, for removal: This API element is subject to removal in a future version. -
getIterationCount
public int getIterationCount()Deprecated, for removal: This API element is subject to removal in a future version. -
setIterationCount
Deprecated, for removal: This API element is subject to removal in a future version. -
getKey
public byte[] getKey()Deprecated, for removal: This API element is subject to removal in a future version. -
setKey
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-