com.hazelcast.config
Class AsymmetricEncryptionConfig

java.lang.Object
  extended by com.hazelcast.config.AsymmetricEncryptionConfig
All Implemented Interfaces:
DataSerializable, Serializable

public class AsymmetricEncryptionConfig
extends Object
implements DataSerializable

See Also:
Serialized Form

Constructor Summary
AsymmetricEncryptionConfig()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsymmetricEncryptionConfig

public AsymmetricEncryptionConfig()
Method Detail

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.