> Take a look at BouncyCastle's Java OpenPGP provider > (www.bouncycastle.org). It explains with examples how to sign files > using PGP keys. And it might even give you a PGP to X.509 converter > class which you can use to store your PGP keys in a Java KeyStore. > > Hasnain. > thank you, I'll check this out ++