cancel
Showing results for 
Search instead for 
Did you mean: 

PGP Encryption

Former Member
0 Kudos

HI All,

We have written a PGP Adapter module for encryption and decryption of data. We are using open PGP for the same.

Now when banks send us RSA encrypted file our PGP module successfully decrypts it but when they send DHA encrypted file, our module fails to decrypt giving us CLASS CAST Exception.

Could someone pls put some light on this issue.

Regards,

XIer

Accepted Solutions (0)

Answers (2)

Answers (2)

iprieto
Contributor
0 Kudos

Hi all,

The first thing that you have to check is the JCE version installed in the JVM on server. If you are using openPGP, you must to install the security provider for it. This is a difficult issue because it's possible that some classes have the same name and same package that the classes used by JVM.

Best Regards

Ivá

Former Member
0 Kudos

Hi

We have written a PGP Adapter module for encryption and decryption of data. We are using open PGP for the same.

Could you please send the procedure to write PGP Adapter Module.

I need the same for my scenario.

Thanks in advance.

Hari