public class AsymmetricEncryptionConfig extends Object implements DataSerializable
| Constructor and Description |
|---|
AsymmetricEncryptionConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getKeyAlias() |
String |
getKeyPassword() |
String |
getStorePassword() |
String |
getStorePath() |
String |
getStoreType() |
boolean |
isEnabled() |
void |
readData(DataInput in) |
AsymmetricEncryptionConfig |
setAlgorithm(String algorithm) |
AsymmetricEncryptionConfig |
setEnabled(boolean enabled) |
AsymmetricEncryptionConfig |
setKeyAlias(String keyAlias) |
AsymmetricEncryptionConfig |
setKeyPassword(String keyPassword) |
AsymmetricEncryptionConfig |
setStorePassword(String storePassword) |
AsymmetricEncryptionConfig |
setStorePath(String storePath) |
AsymmetricEncryptionConfig |
setStoreType(String storeType) |
String |
toString() |
void |
writeData(DataOutput out) |
public boolean isEnabled()
public AsymmetricEncryptionConfig setEnabled(boolean enabled)
public String getAlgorithm()
public AsymmetricEncryptionConfig setAlgorithm(String algorithm)
public String getKeyPassword()
public AsymmetricEncryptionConfig setKeyPassword(String keyPassword)
public String getKeyAlias()
public AsymmetricEncryptionConfig setKeyAlias(String keyAlias)
public String getStoreType()
public AsymmetricEncryptionConfig setStoreType(String storeType)
public String getStorePassword()
public AsymmetricEncryptionConfig setStorePassword(String storePassword)
public String getStorePath()
public AsymmetricEncryptionConfig setStorePath(String storePath)
public void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.