Class PasswordKeyEncryptor


  • public class PasswordKeyEncryptor
    extends Object
    • Constructor Detail

      • PasswordKeyEncryptor

        public PasswordKeyEncryptor()
      • PasswordKeyEncryptor

        public PasswordKeyEncryptor​(Element passwordKey)
    • Method Detail

      • getSaltSize

        public Integer getSaltSize()
      • setSaltSize

        public void setSaltSize​(Integer saltSize)
      • getBlockSize

        public Integer getBlockSize()
      • setBlockSize

        public void setBlockSize​(Integer blockSize)
      • getKeyBits

        public Integer getKeyBits()
      • setKeyBits

        public void setKeyBits​(Integer keyBits)
      • getHashSize

        public Integer getHashSize()
      • setHashSize

        public void setHashSize​(Integer hashSize)
      • setCipherAlgorithm

        public void setCipherAlgorithm​(CipherAlgorithm cipherAlgorithm)
      • getCipherChaining

        public ChainingMode getCipherChaining()
      • setCipherChaining

        public void setCipherChaining​(ChainingMode cipherChaining)
      • setHashAlgorithm

        public void setHashAlgorithm​(HashAlgorithm hashAlgorithm)
      • getSaltValue

        public byte[] getSaltValue()
      • setSaltValue

        public void setSaltValue​(byte[] saltValue)
      • getSpinCount

        public Integer getSpinCount()
      • setSpinCount

        public void setSpinCount​(Integer spinCount)
      • getEncryptedVerifierHashInput

        public byte[] getEncryptedVerifierHashInput()
      • setEncryptedVerifierHashInput

        public void setEncryptedVerifierHashInput​(byte[] encryptedVerifierHashInput)
      • getEncryptedVerifierHashValue

        public byte[] getEncryptedVerifierHashValue()
      • setEncryptedVerifierHashValue

        public void setEncryptedVerifierHashValue​(byte[] encryptedVerifierHashValue)
      • getEncryptedKeyValue

        public byte[] getEncryptedKeyValue()
      • setEncryptedKeyValue

        public void setEncryptedKeyValue​(byte[] encryptedKeyValue)