PDFSignWithUserKey

Sign PDF with in-memory key. In-memory key must be produced by another valve in the pipe.

Properties

Name Description Default value Mandatory Supports property expansion
sourceDataAttribute Item property containing the PDF Yes No
targetDataAttribute Item property that will contain the signed pdf data after execution signedPdf No No
keyProperty Item property containing key to be used for signing Yes No
certificateAlias Certificate alias value of the key to be used for signing Yes No

Example Configuration

{
				"name": "PDFSignWithUserKey",
				"config": {
					"sourceDataAttribute": "temporary",
					"targetDataAttribute": "document",
					"keyProperty": "keystore",
					"certificateAlias": "myKey"
				}
			}

Requirements

PhenixID Signing Service installed.