| java.lang.Object | |
| ↳ | com.workday.integrations.PGPEncryptionSettingsDataType |
PGP Encryption Settings Data element
Java class for PGP_Encryption_Settings_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PGP_Encryption_Settings_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Certificate_Reference" type="{urn:com.workday/bsvc}PGP_Public_KeyObjectType" minOccurs="0"/>
<element name="Ascii_Armored" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Containing_Integrity_Check" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Decrypted_Filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PGP_2.6x_Compatible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Digitally_Sign_Key_Pair_Reference" type="{urn:com.workday/bsvc}PGP_Private_Key_PairObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asciiArmored | |||||||||||
| certificateReference | |||||||||||
| containingIntegrityCheck | |||||||||||
| decryptedFilename | |||||||||||
| digitallySignKeyPairReference | |||||||||||
| pgp26XCompatible | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asciiArmored property.
| |||||||||||
Gets the value of the certificateReference property.
| |||||||||||
Gets the value of the containingIntegrityCheck property.
| |||||||||||
Gets the value of the decryptedFilename property.
| |||||||||||
Gets the value of the digitallySignKeyPairReference property.
| |||||||||||
Gets the value of the pgp26XCompatible property.
| |||||||||||
Sets the value of the asciiArmored property.
| |||||||||||
Sets the value of the certificateReference property.
| |||||||||||
Sets the value of the containingIntegrityCheck property.
| |||||||||||
Sets the value of the decryptedFilename property.
| |||||||||||
Sets the value of the digitallySignKeyPairReference property.
| |||||||||||
Sets the value of the pgp26XCompatible property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the asciiArmored property. This getter has been renamed from isAsciiArmored() to getAsciiArmored() by cxf-xjc-boolean plugin.
Gets the value of the certificateReference property.
PGPPublicKeyObjectType
Gets the value of the containingIntegrityCheck property. This getter has been renamed from isContainingIntegrityCheck() to getContainingIntegrityCheck() by cxf-xjc-boolean plugin.
Gets the value of the decryptedFilename property.
Gets the value of the digitallySignKeyPairReference property.
PGPPrivateKeyPairObjectType
Gets the value of the pgp26XCompatible property. This getter has been renamed from isPGP26XCompatible() to getPGP26XCompatible() by cxf-xjc-boolean plugin.
Sets the value of the asciiArmored property.
| value | Allowed object is Boolean |
|---|
Sets the value of the certificateReference property.
| value | Allowed object is
PGPPublicKeyObjectType
|
|---|
Sets the value of the containingIntegrityCheck property.
| value | Allowed object is Boolean |
|---|
Sets the value of the decryptedFilename property.
| value | Allowed object is String |
|---|
Sets the value of the digitallySignKeyPairReference property.
| value | Allowed object is
PGPPrivateKeyPairObjectType
|
|---|
Sets the value of the pgp26XCompatible property.
| value | Allowed object is Boolean |
|---|