PGPEncryption
Group |
|
Class Name |
com.ebd.hub.datawizard.postexec.PGPEncryption |
Function |
This postexecuter encrypts with the PGP method. |
Description
The postexecuter PGPEncryption can be used to encrypt data with the PGP method.
Note: For decryption, the preparser PGPDecryption can be used.
Description of Parameters
The string for field Config file has the following structure.
<pub-key-ring>;<recipient>;<signing>;<private-key>;<passphrase> |
Parameter Name |
Description |
pub-key-ring |
Path to the key ring file with the public key. |
recipient |
Recipient, for whom the encryption is done (with public key). |
signing |
(true or false). If the file should be signed, the parameter has to be set to true. |
private-key |
Path to the key ring file with the private key. |
passphrase |
Password for the protection of the keyrings. |
Note: If signing=false, then private-key and passphrase can be left empty.
PGP Keystores and Lobster_data
See section PGP Keyrings and Lobster_data.