gpgme/lang/js/src
Maximilian Krambach 53ce2b94bc js: Keyring listing keys
--

* 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.
2018-05-28 17:26:56 +02:00
..
Config.js js: remove openpgp mode 2018-05-23 12:56:23 +02:00
Connection.js js: Treat a connection as a gpgme Context 2018-05-28 16:52:50 +02:00
Errors.js js: implement Key handling (1) 2018-05-25 19:02:18 +02:00
gpgmejs.js js: Treat a connection as a gpgme Context 2018-05-28 16:52:50 +02:00
Helpers.js js: implement Key handling (1) 2018-05-25 19:02:18 +02:00
index.js js: Treat a connection as a gpgme Context 2018-05-28 16:52:50 +02:00
Key.js js: Keyring listing keys 2018-05-28 17:26:56 +02:00
Keyring.js js: Keyring listing keys 2018-05-28 17:26:56 +02:00
Message.js js: Treat a connection as a gpgme Context 2018-05-28 16:52:50 +02:00
permittedOperations.js js: Keyring listing keys 2018-05-28 17:26:56 +02:00