From 5d1dd2abe5cf787875d12afe46c78c75385d7b31 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Thu, 15 Mar 2018 12:27:45 +1100 Subject: [PATCH] doc: python bindings howto * Added sections for key generation and key editing. --- lang/python/docs/GPGMEpythonHOWTOen.org | 42 +++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org index 8f57adbc..af5a18c7 100644 --- a/lang/python/docs/GPGMEpythonHOWTOen.org +++ b/lang/python/docs/GPGMEpythonHOWTOen.org @@ -1057,6 +1057,48 @@ #+end_src +* Creating keys and subkeys + :PROPERTIES: + :CUSTOM_ID: key-generation + :END: + + The one thing, aside from GnuPG itself, that GPGME depends on, of + course, is the keys themselves. So it is necessary to be able to + generate them and modify them by adding subkeys, revoking or + disabling them, sometimes deleting them and doing the same for user + IDs. + + +** Primary key + :PROPERTIES: + :CUSTOM_ID: keygen-primary + :END: + + +** Subkeys + :PROPERTIES: + :CUSTOM_ID: keygen-subkeys + :END: + + +** User IDs + :PROPERTIES: + :CUSTOM_ID: keygen-uids + :END: + + +** Key preferences + :PROPERTIES: + :CUSTOM_ID: keygen-prefs + :END: + + +** Key certification + :PROPERTIES: + :CUSTOM_ID: keygen-certify + :END: + + * Miscellaneous work-arounds :PROPERTIES: :CUSTOM_ID: cheats-and-hacks