Package org.apache.poi.poifs.crypt.agile
Class DataIntegrity
- java.lang.Object
-
- org.apache.poi.poifs.crypt.agile.DataIntegrity
-
public class DataIntegrity extends java.lang.ObjectA 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:
- DataIntegrity Generation
-
-
Constructor Summary
Constructors Constructor Description DataIntegrity()DataIntegrity(org.w3c.dom.Element parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncryptedHmacKey()byte[]getEncryptedHmacValue()voidsetEncryptedHmacKey(byte[] encryptedHmacKey)voidsetEncryptedHmacValue(byte[] encryptedHmacValue)
-