com.hazelcast.config
Class AsymmetricEncryptionConfig
java.lang.Object
com.hazelcast.config.AsymmetricEncryptionConfig
- All Implemented Interfaces:
- DataSerializable, java.io.Serializable
public class AsymmetricEncryptionConfig
- extends java.lang.Object
- implements DataSerializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AsymmetricEncryptionConfig
public AsymmetricEncryptionConfig()
isEnabled
public boolean isEnabled()
setEnabled
public AsymmetricEncryptionConfig setEnabled(boolean enabled)
getAlgorithm
public java.lang.String getAlgorithm()
setAlgorithm
public AsymmetricEncryptionConfig setAlgorithm(java.lang.String algorithm)
getKeyPassword
public java.lang.String getKeyPassword()
setKeyPassword
public AsymmetricEncryptionConfig setKeyPassword(java.lang.String keyPassword)
getKeyAlias
public java.lang.String getKeyAlias()
setKeyAlias
public AsymmetricEncryptionConfig setKeyAlias(java.lang.String keyAlias)
getStoreType
public java.lang.String getStoreType()
setStoreType
public AsymmetricEncryptionConfig setStoreType(java.lang.String storeType)
getStorePassword
public java.lang.String getStorePassword()
setStorePassword
public AsymmetricEncryptionConfig setStorePassword(java.lang.String storePassword)
getStorePath
public java.lang.String getStorePath()
setStorePath
public AsymmetricEncryptionConfig setStorePath(java.lang.String storePath)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
writeData
public void writeData(java.io.DataOutput out)
throws java.io.IOException
- Specified by:
writeData in interface DataSerializable
- Throws:
java.io.IOException
readData
public void readData(java.io.DataInput in)
throws java.io.IOException
- Specified by:
readData in interface DataSerializable
- Throws:
java.io.IOException
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.