Class CTEncryption


  • public class CTEncryption
    extends Object

    Java class for CT_Encryption complex type.

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

     <complexType name="CT_Encryption">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="keyData" type="{http://schemas.microsoft.com/office/2006/encryption}CT_KeyData"/>
             <element name="dataIntegrity" type="{http://schemas.microsoft.com/office/2006/encryption}CT_DataIntegrity" minOccurs="0"/>
             <element name="keyEncryptors" type="{http://schemas.microsoft.com/office/2006/encryption}CT_KeyEncryptors"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
    • Constructor Detail

      • CTEncryption

        public CTEncryption()
    • Method Detail

      • getKeyData

        public CTKeyData getKeyData()
        Gets the value of the keyData property.
        Returns:
        possible object is CTKeyData
      • setKeyData

        public void setKeyData​(CTKeyData value)
        Sets the value of the keyData property.
        Parameters:
        value - allowed object is CTKeyData
      • getDataIntegrity

        public CTDataIntegrity getDataIntegrity()
        Gets the value of the dataIntegrity property.
        Returns:
        possible object is CTDataIntegrity
      • setDataIntegrity

        public void setDataIntegrity​(CTDataIntegrity value)
        Sets the value of the dataIntegrity property.
        Parameters:
        value - allowed object is CTDataIntegrity
      • getKeyEncryptors

        public CTKeyEncryptors getKeyEncryptors()
        Gets the value of the keyEncryptors property.
        Returns:
        possible object is CTKeyEncryptors
      • setKeyEncryptors

        public void setKeyEncryptors​(CTKeyEncryptors value)
        Sets the value of the keyEncryptors property.
        Parameters:
        value - allowed object is CTKeyEncryptors