gpgme/lang/python/src
Ben McGinnes a5b91b21f5 python bindings: export secret keys
* The holy grail: a function to export secret keys.
* GPGME will still invoke pinentry and gpg-agent as usual to authorise
  the export.
* Mostly similar to the two previous export functions for public keys
  except that it will return None if the result had a length of zero
  bytes.  Meaning that the difference between the specified pattern
  (if any) not matching available keys and an incorrect passphrase is
  not able to be determined from this function (or the underlying one
  for that matter).

Signed-off-by: Ben McGinnes <ben@adversary.org>
2018-06-28 18:51:47 +10:00
..
constants python: simplify build, some fixups 2017-04-07 12:12:20 +02:00
__init__.py python: simplify build, some fixups 2017-04-07 12:12:20 +02:00
callbacks.py python: simplify build, some fixups 2017-04-07 12:12:20 +02:00
core.py python bindings: export secret keys 2018-06-28 18:51:47 +10:00
errors.py python: Improve error handling. 2017-07-11 12:28:39 +02:00
results.py Add flag 'is_de_vs' to decryption results and signatures. 2017-06-01 14:16:11 +02:00
util.py python: simplify build, some fixups 2017-04-07 12:12:20 +02:00