5 40 PGPFileService

LANSA Integrator

5.40 PGPFileService

Service Name: 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.40.1 SERVICE_LOAD

5.40.2 SERVICE_GET

5.40.3 ENCODE

5.40.4 DECODE

5.40.5 DELETE

5.40.6 RENAME

5.40.7 SET

5.40.8 LIST

5.40.9 SERVICE_UNLOAD