diff options
| author | Ben McGinnes <[email protected]> | 2018-03-15 01:27:45 +0000 | 
|---|---|---|
| committer | Ben McGinnes <[email protected]> | 2018-03-15 01:27:45 +0000 | 
| commit | 5d1dd2abe5cf787875d12afe46c78c75385d7b31 (patch) | |
| tree | 32650039d69e467844423100e747b02db8389153 | |
| parent | doc: python bindings howto (diff) | |
| download | gpgme-5d1dd2abe5cf787875d12afe46c78c75385d7b31.tar.gz gpgme-5d1dd2abe5cf787875d12afe46c78c75385d7b31.zip | |
doc: python bindings howto
* Added sections for key generation and key editing.
Diffstat (limited to '')
| -rw-r--r-- | lang/python/docs/GPGMEpythonHOWTOen.org | 42 | 
1 files changed, 42 insertions, 0 deletions
| 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 | 
