com.hazelcast.config
Class AsymmetricEncryptionConfig
java.lang.Object
com.hazelcast.config.AsymmetricEncryptionConfig
- All Implemented Interfaces:
- DataSerializable, Serializable
public class AsymmetricEncryptionConfig
- extends Object
- implements DataSerializable
- See Also:
- Serialized Form
AsymmetricEncryptionConfig
public AsymmetricEncryptionConfig()
isEnabled
public boolean isEnabled()
setEnabled
public AsymmetricEncryptionConfig setEnabled(boolean enabled)
getAlgorithm
public String getAlgorithm()
setAlgorithm
public AsymmetricEncryptionConfig setAlgorithm(String algorithm)
getKeyPassword
public String getKeyPassword()
setKeyPassword
public AsymmetricEncryptionConfig setKeyPassword(String keyPassword)
getKeyAlias
public String getKeyAlias()
setKeyAlias
public AsymmetricEncryptionConfig setKeyAlias(String keyAlias)
getStoreType
public String getStoreType()
setStoreType
public AsymmetricEncryptionConfig setStoreType(String storeType)
getStorePassword
public String getStorePassword()
setStorePassword
public AsymmetricEncryptionConfig setStorePassword(String storePassword)
getStorePath
public String getStorePath()
setStorePath
public AsymmetricEncryptionConfig setStorePath(String storePath)
toString
public String toString()
- Overrides:
toString
in class Object
writeData
public void writeData(DataOutput out)
throws IOException
- Specified by:
writeData
in interface DataSerializable
- Throws:
IOException
readData
public void readData(DataInput in)
throws IOException
- Specified by:
readData
in interface DataSerializable
- Throws:
IOException
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.