Hi all,

First of all, thanks for openpgpjs :)

I have a question :

If [email protected] generates a 2 or more key pairs. I can get the keys
with :
    var privateKeys = getPrivateKeyForAddress([email protected]);
    var publicKeys = getPublicKeyForAddress([email protected]);

But am I sure sur privateKeys[i] is associated with publicKeys[i] ?
How do you handle the cases where there are several pair associated to the
same email address ?

Thank you in advance.
_______________________________________________

http://openpgpjs.org

Reply via email to