Package com.hazelcast.config
Class SymmetricEncryptionConfig
java.lang.Object
com.hazelcast.config.AbstractSymmetricEncryptionConfig<SymmetricEncryptionConfig>
com.hazelcast.config.SymmetricEncryptionConfig
@Deprecated
public class SymmetricEncryptionConfig
extends AbstractSymmetricEncryptionConfig<SymmetricEncryptionConfig>
Deprecated.
since 4.2
Contains configuration for symmetric encryption
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.Default symmetric encryption algorithmstatic final String
Deprecated.Default symmetric encryption password used in Hazelcast before version 5.5.Fields inherited from class com.hazelcast.config.AbstractSymmetricEncryptionConfig
DEFAULT_SYMMETRIC_SALT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.byte[]
getKey()
Deprecated.Deprecated.setIterationCount
(int iterationCount) Deprecated.setKey
(byte[] key) Deprecated.setPassword
(String password) Deprecated.toString()
Deprecated.Methods inherited from class com.hazelcast.config.AbstractSymmetricEncryptionConfig
getAlgorithm, getSalt, isEnabled, setAlgorithm, setEnabled, setSalt
-
Field Details
-
DEFAULT_SYMMETRIC_ALGORITHM
Deprecated.Default symmetric encryption algorithm- See Also:
-
DEFAULT_SYMMETRIC_PASSWORD
Deprecated.Default symmetric encryption password used in Hazelcast before version 5.5.- See Also:
-
-
Constructor Details
-
SymmetricEncryptionConfig
public SymmetricEncryptionConfig()Deprecated.
-
-
Method Details