Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field Name

Field Type

Description

Label*

Default Value: AS2 Receiver
ExampleAS2 Receiver Snap

String

The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Decrypt

Default Valuedeselected

Checkbox

Select this checkbox to enable the decryption of the data.

Verify

Default Valuedeselected

Checkbox

Select this checkbox to Verify the digital signing of the data.

Certificate

Default Value: N/A
Example$853764$Certificate of Insurance - 6.cert

String/Expression

Specify the relative path of the X.509 certificate in the SLDB. You can upload the certificate to the SLDB by clicking (blue star). An X.509 certificate is a standard format for public key certificates that securely associates cryptographic key pairs with identities such as websites, individuals, or organizations.

Info

The X.509 certificate should be in any one of the following formats:

  • cert: The certificate file is a public-key certificate following the x. 509 standard.

  • pem: pem file is a container format that may include the public certificate or the entire certificate chain (private key, public key, root certificates):

  • crt: The certificates may be encoded as binary DER or ASCII PEM.

AS2 Headers*

Default Value: N/A
Example: As2_To

String/Expression

Specify the AS2 headers. AS2 headers refer to the additional headers used in AS2 messages to provide specific information and control message transmission behavior. The headers are included within the HTTP message structure of an AS2 message, along with the MIME format and other AS2-specific components.

For example, Pass As2 Headers (As2_To, AS2_From, Disposition-NotificationOptions, Message-Id) in JSON format

Message/Payload*

Default Value: N/A
Example<h1>Welcome to the channel</h1>

String/Expression

Specify the message or data, or Payload to decrypt and verify.

Headers

Default Valuedeselected

Checkbox

Select this checkbox if you want the Snap to write S/MIME-generated headers to the output. The SMIME-generated headers are encrypted and secured using the S/MIME protocol.

Snap Execution

Default Value
Example: Validate & Execute

Dropdown list

Select one of the following three modes in which the Snap executes:

  • Validate & Execute: Performs limited execution of the Snap and generates a data preview during pipeline validation. Subsequently, it performs complete execution of the Snap (unlimited records) during pipeline runtime.

  • Execute only: Performs full execution of the Snap during pipeline execution without generating preview data.

  • Disabled: Disables the Snap and all Snaps that are downstream from it.

...