cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing PGP keys from SAP PI keystore programatically in SAP PI 7.0

0 Kudos

Hi All,

We are trying to implement PGP encryption and decryption using public and private keys.

We have few queries regardgin the same.

1) Can we upload PGP keys in SAP keystore?How do we upload them?

2) How do we access PGP keys from keystore programatically? We tried accessing using the Keystore API

Thanks in Advance,

Rajesh

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member854360
Active Contributor
0 Kudos

Hi ,

PGP keys can not be loaded in to keystore. you may write some wrapper java class to convert the PGP key and load it to Keystore.

Shabarish_Nair
Active Contributor
0 Kudos

seems the PGP keys cannot be loaded to the keystore.

you might want to put them on the PI server and provide the full path to access the keys in your program/module.

naveen_chichili
Active Contributor
0 Kudos

Hi Rajexh,

Check this blog which gives step by step idea;/people/sekhar.dachepalli/blog/2010/12/16/pgp-encryption-and-decryption-process-in-pi

Also check this:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30b87047-da7e-2e10-12ab-fe382efda...

/people/krishna.moorthyp/blog/2007/07/31/sftp-vs-ftps-in-sap-pi

Regs,

Naveen