public class KeyData
extends java.lang.Object
Constructor and Description |
---|
KeyData() |
KeyData(org.w3c.dom.Element parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getBlockSize() |
CipherAlgorithm |
getCipherAlgorithm() |
ChainingMode |
getCipherChaining() |
HashAlgorithm |
getHashAlgorithm() |
java.lang.Integer |
getHashSize() |
java.lang.Integer |
getKeyBits() |
java.lang.Integer |
getSaltSize() |
byte[] |
getSaltValue() |
void |
setBlockSize(java.lang.Integer blockSize) |
void |
setCipherAlgorithm(CipherAlgorithm cipherAlgorithm) |
void |
setCipherChaining(ChainingMode cipherChaining) |
void |
setHashAlgorithm(HashAlgorithm hashAlgorithm) |
void |
setHashSize(java.lang.Integer hashSize) |
void |
setKeyBits(java.lang.Integer keyBits) |
void |
setSaltSize(java.lang.Integer saltSize) |
void |
setSaltValue(byte[] saltValue) |
public java.lang.Integer getSaltSize()
public void setSaltSize(java.lang.Integer saltSize)
public java.lang.Integer getBlockSize()
public void setBlockSize(java.lang.Integer blockSize)
public java.lang.Integer getKeyBits()
public void setKeyBits(java.lang.Integer keyBits)
public java.lang.Integer getHashSize()
public void setHashSize(java.lang.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)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.