Able to view encrypted keys in the key management window
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user