PADESSignValve

Signs pdf document according to Pades requirements.

SupportsĀ profiles B & LTA.

Properties

Name Description Default value Mandatory Supports property expansion
keyStoreID Id of the keystore used to sign Yes Yes
pdfSourceData Location of the B64 encoded pdf data Yes Yes
pdfTarget name of the item attribute where to store the signed pdf document No No
tsaUrl URL of the TSA to use No No
padesProfile Desired profile. B and LTA are supported No No

Example Configuration

{
"name" : "PADESSignValve",
"enabled" : "true",
"config" : {
"keyStoreID" : "{{item.keyStoreId}}",
"pdfSourceData" : "{{item.pdfupdated}}",
"pdfTarget" : "signedPDF"

}
}

Requirements

Item set must have one entry.