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.
Optional intermediate phase immediately following Phase 2. A postsparser modifies the already parsed source tree data before mapping in Phase 3. This application is rare and is used only for specific data adjustments after parsing.
A profile is the central configuration unit in the Lobster Data Platform. It receives data, processes it, and forwards it. Configuration is done graphically, with no programming required.
A local certificate is held by the Lobster Data Platform itself. It contains the public key and the private key. This allows the Integration Server to identify itself to partners and sign or decrypt data. It can be managed through the REST API.
Optional intermediate phase before Phase 2. A preparser manipulates input data before the parser processes it; for example, to remove special characters or convert an unknown format to a supported one.