@Deprecated public class SymmetricEncryptionConfig extends AbstractSymmetricEncryptionConfig<SymmetricEncryptionConfig>
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_SYMMETRIC_ALGORITHMDeprecated.  Default symmetric encryption algorithm | 
| static String | DEFAULT_SYMMETRIC_PASSWORDDeprecated.  Default symmetric encryption password | 
DEFAULT_SYMMETRIC_SALT| Constructor and Description | 
|---|
| SymmetricEncryptionConfig()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getIterationCount()Deprecated.  | 
| byte[] | getKey()Deprecated.  | 
| String | getPassword()Deprecated.  | 
| SymmetricEncryptionConfig | setIterationCount(int iterationCount)Deprecated.  | 
| SymmetricEncryptionConfig | setKey(byte[] key)Deprecated.  | 
| SymmetricEncryptionConfig | setPassword(String password)Deprecated.  | 
| String | toString()Deprecated.  | 
getAlgorithm, getSalt, isEnabled, setAlgorithm, setEnabled, setSaltpublic static final String DEFAULT_SYMMETRIC_ALGORITHM
public static final String DEFAULT_SYMMETRIC_PASSWORD
public String getPassword()
public SymmetricEncryptionConfig setPassword(String password)
public int getIterationCount()
public SymmetricEncryptionConfig setIterationCount(int iterationCount)
public byte[] getKey()
public SymmetricEncryptionConfig setKey(byte[] key)
Copyright © 2021 Hazelcast, Inc.. All rights reserved.