Class PasswordKeyEncryptor

java.lang.Object
org.apache.poi.poifs.crypt.agile.PasswordKeyEncryptor

public class PasswordKeyEncryptor extends Object
  • Constructor Details

    • PasswordKeyEncryptor

      public PasswordKeyEncryptor()
    • PasswordKeyEncryptor

      public PasswordKeyEncryptor(Element passwordKey)
  • Method Details

    • 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)
    • getCipherAlgorithm

      public CipherAlgorithm getCipherAlgorithm()
    • setCipherAlgorithm

      public void setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)
    • getCipherChaining

      public ChainingMode getCipherChaining()
    • setCipherChaining

      public void setCipherChaining(ChainingMode cipherChaining)
    • getHashAlgorithm

      public HashAlgorithm getHashAlgorithm()
    • 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)