[Javamail-crypto-devel] How do I create a pkr file?
Status: Beta
Brought to you by:
akp
From: Warren G. <War...@so...> - 2007-05-22 19:21:46
|
The example shows (at http://javamail-crypto.sourceforge.net/); =20 pgpKeyMgr.loadPublicKeystore(new FileInputStream(new = File("./alice.pkr")), null); =20 How do I create the alice.pkr or where is documentation that tells me = how? =20 I need to encrypt a message (using someone elses public key). I do not = need to decrypt. So I am assuming my pkr would only need an entry for that persons public key =20 Furthermore, how do I get the other person's public key into my pkr so = that I may encrypt the message? =20 The following link talks about it, but it looks like I need some client = side app (pgp) to import the public key. http://www.ephesus.com/Encryption/RetrieveKeys.html =20 Help is appreciated. |