public class EncryptionConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
encryptionKdfSalt |
private java.lang.String |
encryptionKey |
private int |
encryptionMode |
| Constructor and Description |
|---|
EncryptionConfig() |
EncryptionConfig(int encryptionMode,
java.lang.String encryptionKey,
byte[] encryptionKdfSalt) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncryptionKdfSalt() |
java.lang.String |
getEncryptionKey() |
int |
getEncryptionMode() |
void |
setEncryptionKdfSalt(byte[] encryptionKdfSalt) |
void |
setEncryptionKey(java.lang.String encryptionKey) |
void |
setEncryptionMode(int encryptionMode) |
java.lang.String |
toString() |
private int encryptionMode
private java.lang.String encryptionKey
private byte[] encryptionKdfSalt
public EncryptionConfig()
public EncryptionConfig(int encryptionMode,
java.lang.String encryptionKey,
byte[] encryptionKdfSalt)
public int getEncryptionMode()
public void setEncryptionMode(int encryptionMode)
public java.lang.String getEncryptionKey()
public void setEncryptionKey(java.lang.String encryptionKey)
public byte[] getEncryptionKdfSalt()
public void setEncryptionKdfSalt(byte[] encryptionKdfSalt)
public java.lang.String toString()
toString in class java.lang.Object