Skip to main content
Skip table of contents

XML Signature

This adapter adds a signature to an XML document or verifies a signature within an XML document based on a keystore file in PKCS#12 format.

Properties

Custom ParametersSet user-defined parameters; see Using Component Parameters
Operation

Determines which operation the adapter executes

Possible values:

  • Sign: Sign XML document
  • Check signature: Check the validity of the signature

Parameters

Adapter

Main class of the adapter (do not change!)

Possible values: en.softproject.integration.adapter.digitalsignature.DigitalSignatureAdapter

keyStore

Path to a keystore file in PKCS#12 format

Possible values:

  • Relative or absolute path to a PKCS#12 keystore

  • URL to a PKCS#12 keystore
  • Example: %USER_COLLECTION%/Project/Folder/Keystore.p12 or xstore://XMLSignatureXstore/Resources/KeyStore.p12

ksPass

Keystore password

Possible values: Any string

keyPass

Password for a key (optional)

Possible values: Any string

Status values

1The operation was executed successfully.
-1The operation failed due to a technical error.

Input

The adapter expects any XML document as input for the Sign operation.

Output

The adapter outputs a signed XML document for the Sign operation.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.