Allow exporting public keys.

Secret keys cannot be exported because the loopback pinentry mechanism
fails to work.
This commit is contained in:
SET
2020-11-15 19:32:08 +01:00
parent 9ae83ed7bd
commit e312ac1efd
7 changed files with 133 additions and 9 deletions

View File

@@ -56,6 +56,7 @@ private:
WPushButton * m_btnImport;
WPushButton * m_btnDelete;
WPushButton * m_btnCreate;
WPushButton * m_btnExport;
WTreeTable * m_ttbKeys;
WTreeTable * m_ttbUids;
WTreeTable * m_ttbSubKeys;