Package org.apache.poi.poifs.crypt.agile
Class DataIntegrity
java.lang.Object
org.apache.poi.poifs.crypt.agile.DataIntegrity
A complex type that specifies data used to verify whether the encrypted data passes an integrity check.
It MUST be generated using the method specified in section 2.3.4.14
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]voidsetEncryptedHmacKey(byte[] encryptedHmacKey) voidsetEncryptedHmacValue(byte[] encryptedHmacValue)
-
Constructor Details
-
DataIntegrity
public DataIntegrity() -
DataIntegrity
-
-
Method Details
-
getEncryptedHmacKey
public byte[] getEncryptedHmacKey() -
setEncryptedHmacKey
public void setEncryptedHmacKey(byte[] encryptedHmacKey) -
getEncryptedHmacValue
public byte[] getEncryptedHmacValue() -
setEncryptedHmacValue
public void setEncryptedHmacValue(byte[] encryptedHmacValue)
-