Table of Contents

XAdESSignValve

Note

This valve is used for signing of XML-documents.

Properties

Name Description Default value Mandatory Supports property expansion
keyStoreID Id of the keystore to sign the XML document with Yes Yes
xmlSourceData The XML document to sign Yes Yes
xmlTarget The name of the property in the first item where the signed XML shall be stored. Yes No

Example Configuration

{
    "name": "XAdESSignValve",
    "enabled": "true",
    "config": {
        "keyStoreID": "{{item.keyStoreId}}",
        "xmlSourceData": "{{item.temporary}}",
        "xmlTarget": "document"
    }
}

Requirements

  • If there are multiple items, the XML document to sign must be in the first item if it should be used in the property expression.