|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.healthmarketscience.jackcess.cryptmodel.password.CTEncryption
public class CTEncryption
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>
| Field Summary | |
|---|---|
protected CTDataIntegrity |
dataIntegrity
|
protected CTKeyData |
keyData
|
protected CTKeyEncryptors |
keyEncryptors
|
| Constructor Summary | |
|---|---|
CTEncryption()
|
|
| Method Summary | |
|---|---|
CTDataIntegrity |
getDataIntegrity()
Gets the value of the dataIntegrity property. |
CTKeyData |
getKeyData()
Gets the value of the keyData property. |
CTKeyEncryptors |
getKeyEncryptors()
Gets the value of the keyEncryptors property. |
void |
setDataIntegrity(CTDataIntegrity value)
Sets the value of the dataIntegrity property. |
void |
setKeyData(CTKeyData value)
Sets the value of the keyData property. |
void |
setKeyEncryptors(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 Detail |
|---|
protected CTKeyData keyData
protected CTDataIntegrity dataIntegrity
protected CTKeyEncryptors keyEncryptors
| Constructor Detail |
|---|
public CTEncryption()
| Method Detail |
|---|
public CTKeyData getKeyData()
CTKeyDatapublic void setKeyData(CTKeyData value)
value - allowed object is
CTKeyDatapublic CTDataIntegrity getDataIntegrity()
CTDataIntegritypublic void setDataIntegrity(CTDataIntegrity value)
value - allowed object is
CTDataIntegritypublic CTKeyEncryptors getKeyEncryptors()
CTKeyEncryptorspublic void setKeyEncryptors(CTKeyEncryptors value)
value - allowed object is
CTKeyEncryptors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||