Class EncryptionVerifier

    • Method Detail

      • getSalt

        public byte[] getSalt()
      • getEncryptedVerifier

        public byte[] getEncryptedVerifier()
      • getEncryptedVerifierHash

        public byte[] getEncryptedVerifierHash()
      • getSpinCount

        public int getSpinCount()
      • getEncryptedKey

        public byte[] getEncryptedKey()
      • setSalt

        public void setSalt​(byte[] salt)
      • setEncryptedVerifier

        public void setEncryptedVerifier​(byte[] encryptedVerifier)
      • setEncryptedVerifierHash

        public void setEncryptedVerifierHash​(byte[] encryptedVerifierHash)
      • setEncryptedKey

        public void setEncryptedKey​(byte[] encryptedKey)
      • setSpinCount

        public void setSpinCount​(int spinCount)
      • setCipherAlgorithm

        public void setCipherAlgorithm​(CipherAlgorithm cipherAlgorithm)
      • setChainingMode

        public void setChainingMode​(ChainingMode chainingMode)
      • setHashAlgorithm

        public void setHashAlgorithm​(HashAlgorithm hashAlgorithm)
      • copy

        public abstract EncryptionVerifier copy()
        Specified by:
        copy in interface org.apache.poi.common.Duplicatable
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()
        Specified by:
        getGenericProperties in interface GenericRecord