public class KeyData extends Object
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBlockSize() |
CipherAlgorithm |
getCipherAlgorithm() |
ChainingMode |
getCipherChaining() |
HashAlgorithm |
getHashAlgorithm() |
Integer |
getHashSize() |
Integer |
getKeyBits() |
Integer |
getSaltSize() |
byte[] |
getSaltValue() |
void |
setBlockSize(Integer blockSize) |
void |
setCipherAlgorithm(CipherAlgorithm cipherAlgorithm) |
void |
setCipherChaining(ChainingMode cipherChaining) |
void |
setHashAlgorithm(HashAlgorithm hashAlgorithm) |
void |
setHashSize(Integer hashSize) |
void |
setKeyBits(Integer keyBits) |
void |
setSaltSize(Integer saltSize) |
void |
setSaltValue(byte[] saltValue) |
public KeyData()
public KeyData(Element parent)
public Integer getSaltSize()
public void setSaltSize(Integer saltSize)
public Integer getBlockSize()
public void setBlockSize(Integer blockSize)
public Integer getKeyBits()
public void setKeyBits(Integer keyBits)
public Integer getHashSize()
public void setHashSize(Integer hashSize)
public CipherAlgorithm getCipherAlgorithm()
public void setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)
public ChainingMode getCipherChaining()
public void setCipherChaining(ChainingMode cipherChaining)
public HashAlgorithm getHashAlgorithm()
public void setHashAlgorithm(HashAlgorithm hashAlgorithm)
public byte[] getSaltValue()
public void setSaltValue(byte[] saltValue)