Able to view encrypted keys in the key management window

This commit is contained in:
amazing-username
2017-08-11 20:44:33 -05:00
parent b83287b768
commit c1d17799cd
10 changed files with 113 additions and 14 deletions
+2
View File
@@ -9,11 +9,13 @@ class KeyRetrieval
{
public:
KeyRetrieval();
KeyRetrieval(const std::string);
~KeyRetrieval() = default;
void retrieveKey();
void addToList();
void addRange(int, const int);
void fileNameChoice(const std::string&);
std::vector<std::string> keyStructure();
std::vector<int> codeCharacterStructure();