Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

CreateP7MSignature

Prev Next

Class name

com.ebd.hub.datawizard.postexec.CreateP7MSignature

Description

The postparser is used to sign the data generated in the profile with a local certificate (in the P7M format) as part of a connection to "FatturaPA". The certificate is specified in a configuration file with the key "signingcert.id" (the ID of the certificate). Example:

signingcert.id=9876543210987
#Optional signature algorithm. Default is SHA-256
#signature.algorithm=SHA-512

The result of the postparser is the data with signature in P7M format, not 'detached' (P7s), but as one block.

Note: If the preparser CheckP7MSignature is used as well, you can use a common configuration file for both.