DigiSealPostExecuter

Prev Next

Class name

com.ebd.hub.datawizard.postexec.DigiSealPostExecuter

Description

The DigiSealPostExecuter signs files of the format PDF, XML, and EDIFACT and is configured through three parameters in a properties file.

Parameters

Parameter

Description

wait.time

Maximum waiting period in seconds.

certify

(true or false). Indicates whether the files should be signed.

file.extension

(optional) Information on the file extension (.pdf or .xml). Default: .pdf

Example

# max. wait time in seconds
# 
wait.time=60
#
# needs to be certified
#
certify=true
#
# file extension, .xml or .pdf; default is .pdf
#
file.extension=.pdf

See also