| java.lang.Object | |
| ↳ | com.workday.integrations.AS2SettingsDataType |
AS2 Settings Data
Java class for AS2_Settings_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AS2_Settings_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AS2_From_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AS2_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Public_Key_for_Encryption_Reference" type="{urn:com.workday/bsvc}x509_Public_KeyObjectType"/>
<element name="Private_Key_Pair_for_Signing_Reference" type="{urn:com.workday/bsvc}x509_Private_Key_PairObjectType"/>
<element name="Public_Key_for_SSL_Reference" type="{urn:com.workday/bsvc}x509_Public_KeyObjectType" minOccurs="0"/>
<element name="Public_Key_for_SSL_Accept_Reference" type="{urn:com.workday/bsvc}x509_Public_KeyObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| as2FromID | |||||||||||
| as2ID | |||||||||||
| privateKeyPairForSigningReference | |||||||||||
| publicKeyForEncryptionReference | |||||||||||
| publicKeyForSSLAcceptReference | |||||||||||
| publicKeyForSSLReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the as2FromID property.
| |||||||||||
Gets the value of the as2ID property.
| |||||||||||
Gets the value of the privateKeyPairForSigningReference property.
| |||||||||||
Gets the value of the publicKeyForEncryptionReference property.
| |||||||||||
Gets the value of the publicKeyForSSLAcceptReference property.
| |||||||||||
Gets the value of the publicKeyForSSLReference property.
| |||||||||||
Sets the value of the as2FromID property.
| |||||||||||
Sets the value of the as2ID property.
| |||||||||||
Sets the value of the privateKeyPairForSigningReference property.
| |||||||||||
Sets the value of the publicKeyForEncryptionReference property.
| |||||||||||
Sets the value of the publicKeyForSSLAcceptReference property.
| |||||||||||
Sets the value of the publicKeyForSSLReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the as2FromID property.
Gets the value of the as2ID property.
Gets the value of the privateKeyPairForSigningReference property.
X509PrivateKeyPairObjectType
Gets the value of the publicKeyForEncryptionReference property.
X509PublicKeyObjectType
Gets the value of the publicKeyForSSLAcceptReference property.
X509PublicKeyObjectType
Gets the value of the publicKeyForSSLReference property.
X509PublicKeyObjectType
Sets the value of the as2FromID property.
| value | Allowed object is String |
|---|
Sets the value of the as2ID property.
| value | Allowed object is String |
|---|
Sets the value of the privateKeyPairForSigningReference property.
| value | Allowed object is
X509PrivateKeyPairObjectType
|
|---|
Sets the value of the publicKeyForEncryptionReference property.
| value | Allowed object is
X509PublicKeyObjectType
|
|---|
Sets the value of the publicKeyForSSLAcceptReference property.
| value | Allowed object is
X509PublicKeyObjectType
|
|---|
Sets the value of the publicKeyForSSLReference property.
| value | Allowed object is
X509PublicKeyObjectType
|
|---|