com.hazelcast.config
Class SymmetricEncryptionConfig

java.lang.Object
  extended by com.hazelcast.config.SymmetricEncryptionConfig

public class SymmetricEncryptionConfig
extends Object

Contains configuration for symmetric encryption


Constructor Summary
SymmetricEncryptionConfig()
           
 
Method Summary
 String getAlgorithm()
           
 int getIterationCount()
           
 byte[] getKey()
           
 String getPassword()
           
 String getSalt()
           
 boolean isEnabled()
           
 SymmetricEncryptionConfig setAlgorithm(String algorithm)
           
 SymmetricEncryptionConfig setEnabled(boolean enabled)
           
 SymmetricEncryptionConfig setIterationCount(int iterationCount)
           
 SymmetricEncryptionConfig setKey(byte[] key)
           
 SymmetricEncryptionConfig setPassword(String password)
           
 SymmetricEncryptionConfig setSalt(String salt)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SymmetricEncryptionConfig

public SymmetricEncryptionConfig()
Method Detail

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.