mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-02-26 13:07:25 +00:00
openpgp_keyring.getPublicKeysForKeyId will now search subkeys when looking for the ID, and return a key object based on that subkey. Updated to add a method, getSubKeyAsKey, to openpgp_msg_publickey. This returns a full-fledged openpgp_msg_publickey object for a chosen subkey.
Create test cases here