java.lang.Object
org.docx4j.com.microsoft.schemas.office.x2006.encryption.CTDataIntegrity

public class CTDataIntegrity
extends java.lang.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 (http://msdn.microsoft.com/en-us/library/dd924068(v=office.12).aspx).

Java class for CT_DataIntegrity complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_DataIntegrity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="encryptedHmacKey" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
       <attribute name="encryptedHmacValue" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected byte[] encryptedHmacKey  
    protected byte[] encryptedHmacValue  
  • Constructor Summary

    Constructors
    Constructor Description
    CTDataIntegrity()  
  • Method Summary

    Modifier and Type Method Description
    byte[] getEncryptedHmacKey()
    Gets the value of the encryptedHmacKey property.
    byte[] getEncryptedHmacValue()
    Gets the value of the encryptedHmacValue property.
    void setEncryptedHmacKey​(byte[] value)
    Sets the value of the encryptedHmacKey property.
    void setEncryptedHmacValue​(byte[] value)
    Sets the value of the encryptedHmacValue property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • encryptedHmacKey

      protected byte[] encryptedHmacKey
    • encryptedHmacValue

      protected byte[] encryptedHmacValue
  • Constructor Details

    • CTDataIntegrity

      public CTDataIntegrity()
  • Method Details

    • getEncryptedHmacKey

      public byte[] getEncryptedHmacKey()
      Gets the value of the encryptedHmacKey property.
      Returns:
      possible object is byte[]
    • setEncryptedHmacKey

      public void setEncryptedHmacKey​(byte[] value)
      Sets the value of the encryptedHmacKey property.
      Parameters:
      value - allowed object is byte[]
    • getEncryptedHmacValue

      public byte[] getEncryptedHmacValue()
      Gets the value of the encryptedHmacValue property.
      Returns:
      possible object is byte[]
    • setEncryptedHmacValue

      public void setEncryptedHmacValue​(byte[] value)
      Sets the value of the encryptedHmacValue property.
      Parameters:
      value - allowed object is byte[]