PGPDecryption

Group

Preparsers

Class Name

com.ebd.hub.datawizard.parser.PGPDecryption

Function

This preparser is able to decrypt files, which are encoded with PGP or GnuPG.

Configuration File

None

Description

This preparser is able to decrypt files, which are encoded with PGP or GnuPG. It does not need a configuration file but relies on a parameter string, which has to be defined in the field normally used to set the path to a configuration file.

Hint: The PGP encryption can be done using the postexecuter PGPEncryption.

The string in field Additional parameters has the following structure:

<path-to-private-key-ring>;<passphrase>

If the message is also signed, the path to the public key must also be specified. For this case, use the following parameter string.

<path-to-private-key-ring>;<passphrase>;<path-to-public-key-ring>

Parameter Name

Description

path-to-private-key-ring

Path to the key ring file with the private key.

passphrase

Password for the protection of the keyrings.

path-to-public-key-ring

Path to the key ring file with the public key.

PGP Keystores and Lobster_data

See PGP Keyrings and Lobster_data.