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 f33776af67
commit 93bad47edb
2 changed files with 11 additions and 0 deletions

View file

@ -267,6 +267,9 @@ public:
bool AddTicketCommon(Ticket raw);
bool AddTicketPersonalized(Ticket raw);
void ReloadKeys();
bool IsKeysLoaded() const;
private:
KeyManager();