diff options
author | Saturneric <[email protected]> | 2021-05-21 09:40:49 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-21 09:40:49 +0000 |
commit | e7b93cbdd9bfc339d5d3ccade594ad614b5c9eaa (patch) | |
tree | 94f78f3cda5037790fb40a60290e89cd6b7ba975 /src/gpg/GpgKey.cpp | |
parent | Change Project Name to GPGFrontend. (diff) | |
download | GpgFrontend-e7b93cbdd9bfc339d5d3ccade594ad614b5c9eaa.tar.gz GpgFrontend-e7b93cbdd9bfc339d5d3ccade594ad614b5c9eaa.zip |
Modified KeyList and Add Usage Support;
Improve and Expand GpgKey.
Add GpgSubKey.
Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | src/gpg/GpgKey.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gpg/GpgKey.cpp b/src/gpg/GpgKey.cpp new file mode 100644 index 00000000..c2454807 --- /dev/null +++ b/src/gpg/GpgKey.cpp @@ -0,0 +1,5 @@ +// +// Created by eric on 2021/5/21. +// + +#include "gpg/GpgKey.h" |