CreateP7MSignature
Group |
|
Class Name |
com.ebd.hub.datawizard.postexec.CreateP7MSignature |
Function |
Signs data (in the P7M format) as part of a connection to FatturaPA. |
Configuration File |
p7m.properties |
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:
p7m.properties
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.
See Also