diff options
| author | Ben McGinnes <[email protected]> | 2018-06-28 08:02:43 +0000 |
|---|---|---|
| committer | Ben McGinnes <[email protected]> | 2018-06-28 08:02:43 +0000 |
| commit | dda54cc851490be045832d5ee0b03be082529d17 (patch) | |
| tree | 48c6e01a3bb4911e8600ae2f77908d397eff4e88 /lang/python/docs/dita/howto/part03/exporting.dita | |
| parent | docs: python bindings howto DITA (diff) | |
| download | gpgme-dda54cc851490be045832d5ee0b03be082529d17.tar.gz gpgme-dda54cc851490be045832d5ee0b03be082529d17.zip | |
python bindings howto: dita version
* Drafts of instructions for exporting public and secret keys ready,
along in addition to the code.
Diffstat (limited to 'lang/python/docs/dita/howto/part03/exporting.dita')
| -rw-r--r-- | lang/python/docs/dita/howto/part03/exporting.dita | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/python/docs/dita/howto/part03/exporting.dita b/lang/python/docs/dita/howto/part03/exporting.dita new file mode 100644 index 00000000..8c054af0 --- /dev/null +++ b/lang/python/docs/dita/howto/part03/exporting.dita @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE dita PUBLIC "-//OASIS//DTD DITA Composite//EN" "ditabase.dtd"> +<dita xml:lang="en-GB"> + <topic id="exporting-keys"> + <title>Exporting Keys</title> + <body> + <p>Exporting keys remains a reasonably simple task, but has been separated into three + different functions for the OpenPGP cryptographic engine. Two of those functions are for + exporting public keys and the third is for exporting secret keys.</p> + </body> + </topic> +</dita> |
