Show subkey and certification algorithms.

Subkey algorithms are shown in a new table column.
Uid signature algorithms are shown in the tooltip text.
This commit is contained in:
SET
2020-11-14 15:03:36 +01:00
parent a721bb0225
commit 5e7df13df0
5 changed files with 11 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ const WString _APPNAME_("K7");
const WString _APPVERSION_("2");
const WString _SPACE_(" ");
const WString _COLON_(":");
const WString _DASH_("-");
const WString _BRACKET_OPEN_("(");
const WString _BRACKET_CLOSE_(")");
const WString _ANGLE_BRACKET_OPEN_("<");