5.21 PGPFileService

The PGPFileService allows files to be encoded to PGP format and decoded from PGP format.

Use any OpenPGP tool to create and manage for keys.

https://www.gnupg.org

The GNU gpg2 command-line tool allows you to create and manage keys on your PC.

http://www.gpg4win.org

The gpg2 tool maintains the public and secret key collection files in the following folder.

C:\Users\XXX\AppData\Roaming\gnupg\pubring.gpg

C:\Users\XXX\AppData\Roaming\gnupg\secring.gpg

These collection files, pubring.gpg and secring.gpg need to be copied to the LI instance pki/ folder.

The PGPFileService will use these files for locating recipient public keys for encryption and the secret key for decryption.

The PGPFileService supports the following commands:

5.21.1 SERVICE_LOAD

5.21.2 SERVICE_GET

5.21.3 ENCODE

5.21.4 DECODE

5.21.5 SET

5.21.6  LIST

5.21.7 DELETE

5.21.8 RENAME

5.21.9 SERVICE_UNLOAD