core: crypto: key_manager: Add methods to reload & validate keys.
This commit is contained in:
parent
f33776af67
commit
93bad47edb
2 changed files with 11 additions and 0 deletions
|
@ -267,6 +267,9 @@ public:
|
|||
bool AddTicketCommon(Ticket raw);
|
||||
bool AddTicketPersonalized(Ticket raw);
|
||||
|
||||
void ReloadKeys();
|
||||
bool IsKeysLoaded() const;
|
||||
|
||||
private:
|
||||
KeyManager();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue