Class DataIntegrity


  • public class DataIntegrity
    extends Object
    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:
    DataIntegrity Generation
    • Constructor Detail

      • DataIntegrity

        public DataIntegrity()
      • DataIntegrity

        public DataIntegrity​(Element parent)
    • Method Detail

      • getEncryptedHmacKey

        public byte[] getEncryptedHmacKey()
      • setEncryptedHmacKey

        public void setEncryptedHmacKey​(byte[] encryptedHmacKey)
      • getEncryptedHmacValue

        public byte[] getEncryptedHmacValue()
      • setEncryptedHmacValue

        public void setEncryptedHmacValue​(byte[] encryptedHmacValue)