aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/BrowserTestExtension/testkey2.pub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* js: Keyring listing keysMaximilian Krambach2018-05-281-0/+30
-- * implementing Keyring methods: - Keyring.getKeys: has an additional option that retrieves the armor and secret state once at the beginning. This is power hungry, but allows for Keys to be used directly (without querying gpgme-json each call) * permittedOperations.js: reflect recent changes in the native counterpart, adding more options * Key: adding two methods for retrieving the armored Key block and for finding out if the Key includes a secret subkey.