Class CTEncryption
java.lang.Object
org.docx4j.com.microsoft.schemas.office.x2006.encryption.CTEncryption
public class CTEncryption
extends java.lang.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"/>
<element name="keyEncryptors" type="{http://schemas.microsoft.com/office/2006/encryption}CT_KeyEncryptors"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTDataIntegritydataIntegrityprotected CTKeyDatakeyDataprotected CTKeyEncryptorskeyEncryptors -
Constructor Summary
Constructors Constructor Description CTEncryption() -
Method Summary
Modifier and Type Method Description CTDataIntegritygetDataIntegrity()Gets the value of the dataIntegrity property.CTKeyDatagetKeyData()Gets the value of the keyData property.CTKeyEncryptorsgetKeyEncryptors()Gets the value of the keyEncryptors property.voidsetDataIntegrity(CTDataIntegrity value)Sets the value of the dataIntegrity property.voidsetKeyData(CTKeyData value)Sets the value of the keyData property.voidsetKeyEncryptors(CTKeyEncryptors value)Sets the value of the keyEncryptors property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
keyData
-
dataIntegrity
-
keyEncryptors
-
-
Constructor Details
-
CTEncryption
public CTEncryption()
-
-
Method Details
-
getKeyData
Gets the value of the keyData property.- Returns:
- possible object is
CTKeyData
-
setKeyData
Sets the value of the keyData property.- Parameters:
value- allowed object isCTKeyData
-
getDataIntegrity
Gets the value of the dataIntegrity property.- Returns:
- possible object is
CTDataIntegrity
-
setDataIntegrity
Sets the value of the dataIntegrity property.- Parameters:
value- allowed object isCTDataIntegrity
-
getKeyEncryptors
Gets the value of the keyEncryptors property.- Returns:
- possible object is
CTKeyEncryptors
-
setKeyEncryptors
Sets the value of the keyEncryptors property.- Parameters:
value- allowed object isCTKeyEncryptors
-