com.hazelcast.config
Class SymmetricEncryptionConfig
java.lang.Object
com.hazelcast.config.SymmetricEncryptionConfig
public class SymmetricEncryptionConfig
- extends Object
Contains configuration for symmetric encryption
SymmetricEncryptionConfig
public SymmetricEncryptionConfig()
isEnabled
public boolean isEnabled()
setEnabled
public SymmetricEncryptionConfig setEnabled(boolean enabled)
getSalt
public String getSalt()
setSalt
public SymmetricEncryptionConfig setSalt(String salt)
getPassword
public String getPassword()
setPassword
public SymmetricEncryptionConfig setPassword(String password)
getIterationCount
public int getIterationCount()
setIterationCount
public SymmetricEncryptionConfig setIterationCount(int iterationCount)
getAlgorithm
public String getAlgorithm()
setAlgorithm
public SymmetricEncryptionConfig setAlgorithm(String algorithm)
getKey
public byte[] getKey()
setKey
public SymmetricEncryptionConfig setKey(byte[] key)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.