org.wso2.wsas.admin.service.util
Class EncryptionData
java.lang.Object
org.wso2.wsas.admin.service.util.EncryptionData
- public class EncryptionData
- extends java.lang.Object
Encryption configuration status bean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionData
public EncryptionData()
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
getEncryptionParts
public java.lang.String[][] getEncryptionParts()
setEncryptionParts
public void setEncryptionParts(java.lang.String[][] encryptionParts)
getEncryptionUser
public java.lang.String getEncryptionUser()
setEncryptionUser
public void setEncryptionUser(java.lang.String encryptionUser)
getPrivateKeyStore
public java.lang.String getPrivateKeyStore()
setPrivateKeyStore
public void setPrivateKeyStore(java.lang.String privateKeyStore)
getRepetition
public int getRepetition()
setRepetition
public void setRepetition(int repetition)
getTrustStores
public java.lang.String[] getTrustStores()
setTrustStores
public void setTrustStores(java.lang.String[] trustStores)