Try reading keys using openpgp.read_publicKey(text) instead of the keyring.
On 7/3/12 6:59 AM, Jim Klo wrote: > I seem to have to use the keys stored in the keyring, which is extra overhead > that I'd like to avoid since my keyring can't really be modified in my use > case. > Try reading keys using openpgp.read_publicKey(text) instead. Most of this stuff seems to derive more or less directly from GPG4Browsers, I recommend using their dev docs as a reference. http://gpg4browsers.recurity.com/GPG4Browsers-Developer_Documentation.pdf
_______________________________________________ http://openpgpjs.org

