public class SymmetricEncryptionConfig extends AbstractSymmetricEncryptionConfig<SymmetricEncryptionConfig>
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_SYMMETRIC_ALGORITHMDefault symmetric encryption algorithm | 
| static String | DEFAULT_SYMMETRIC_PASSWORDDefault symmetric encryption password | 
DEFAULT_SYMMETRIC_SALT| Constructor and Description | 
|---|
| SymmetricEncryptionConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getIterationCount() | 
| byte[] | getKey() | 
| String | getPassword() | 
| SymmetricEncryptionConfig | setIterationCount(int iterationCount) | 
| SymmetricEncryptionConfig | setKey(byte[] key) | 
| SymmetricEncryptionConfig | setPassword(String password) | 
| String | toString() | 
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 © 2020 Hazelcast, Inc.. All rights reserved.