public class PasswordKeyEncryptor
extends java.lang.Object
Constructor and Description |
---|
PasswordKeyEncryptor() |
PasswordKeyEncryptor(org.w3c.dom.Element passwordKey) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getBlockSize() |
CipherAlgorithm |
getCipherAlgorithm() |
ChainingMode |
getCipherChaining() |
byte[] |
getEncryptedKeyValue() |
byte[] |
getEncryptedVerifierHashInput() |
byte[] |
getEncryptedVerifierHashValue() |
HashAlgorithm |
getHashAlgorithm() |
java.lang.Integer |
getHashSize() |
java.lang.Integer |
getKeyBits() |
java.lang.Integer |
getSaltSize() |
byte[] |
getSaltValue() |
java.lang.Integer |
getSpinCount() |
void |
setBlockSize(java.lang.Integer blockSize) |
void |
setCipherAlgorithm(CipherAlgorithm cipherAlgorithm) |
void |
setCipherChaining(ChainingMode cipherChaining) |
void |
setEncryptedKeyValue(byte[] encryptedKeyValue) |
void |
setEncryptedVerifierHashInput(byte[] encryptedVerifierHashInput) |
void |
setEncryptedVerifierHashValue(byte[] encryptedVerifierHashValue) |
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) |
void |
setSpinCount(java.lang.Integer spinCount) |
public PasswordKeyEncryptor()
public PasswordKeyEncryptor(org.w3c.dom.Element passwordKey)
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)
public java.lang.Integer getSpinCount()
public void setSpinCount(java.lang.Integer spinCount)
public byte[] getEncryptedVerifierHashInput()
public void setEncryptedVerifierHashInput(byte[] encryptedVerifierHashInput)
public byte[] getEncryptedVerifierHashValue()
public void setEncryptedVerifierHashValue(byte[] encryptedVerifierHashValue)
public byte[] getEncryptedKeyValue()
public void setEncryptedKeyValue(byte[] encryptedKeyValue)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.