Bouncy Castle and GnuPG
I have tried to use Java and the Bouncy Castle library at one end and GnuPG at the other end. Using the BC example code, Encryption and Decryption, Signature and Verification work fine work fine in both directions
except
that I don't manage to decrypt data with BC that has been encrypted with GnuPG. Has anyone worked out how to do it?