diff options
author | saturneric <[email protected]> | 2023-02-04 13:48:38 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-02-04 13:48:50 +0000 |
commit | 104decb1b4933367c6ab44d1f85c630464387ce4 (patch) | |
tree | 6657de478503bb91eb91874f5957b5890158b675 /src/core/function/gpg/GpgKeyImportExporter.h | |
parent | feat: add cache recovery function (diff) | |
download | GpgFrontend-104decb1b4933367c6ab44d1f85c630464387ce4.tar.gz GpgFrontend-104decb1b4933367c6ab44d1f85c630464387ce4.zip |
fix: solve issue on the KeyPackage
Diffstat (limited to 'src/core/function/gpg/GpgKeyImportExporter.h')
-rw-r--r-- | src/core/function/gpg/GpgKeyImportExporter.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/function/gpg/GpgKeyImportExporter.h b/src/core/function/gpg/GpgKeyImportExporter.h index 7603c17d..6e90f436 100644 --- a/src/core/function/gpg/GpgKeyImportExporter.h +++ b/src/core/function/gpg/GpgKeyImportExporter.h @@ -132,6 +132,18 @@ class GPGFRONTEND_CORE_EXPORT GpgKeyImportExporter /** * @brief * + * @param keys + * @param outBuffer + * @param secret + * @return true + * @return false + */ + bool ExportAllKeys(KeyIdArgsListPtr& uid_list, ByteArrayPtr& out_buffer, + bool secret) const; + + /** + * @brief + * * @param key * @param out_buffer * @return true |