DigiSealPostExecuter
Group |
|
Class Name |
com.ebd.hub.datawizard.postexec.DigiSealPostExecuter |
Function |
This postexecuter is able to sign PDF and XML files with DigiSeal. |
Description
The DigiSealPostExecuter signs files of the format PDF or XML and is configured through three parameters in a properties file.
Description of Parameters
Parameter Name |
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
sample_digiseal_postexecuter.properties
# 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