core: crypto: key_manager: Add methods to reload & validate keys.

This commit is contained in:
bunnei
2023-02-04 00:44:33 -08:00
parent 309205894b
commit 5e11ebc572
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -267,6 +267,9 @@ public:
bool AddTicketCommon(Ticket raw);
bool AddTicketPersonalized(Ticket raw);
void ReloadKeys();
bool IsKeysLoaded() const;
private:
KeyManager();