android: frontend: Integrate key installation for SAF.
This commit is contained in:
parent
63a98e3e1c
commit
93cf8c3090
20 changed files with 102 additions and 21 deletions
|
@ -706,7 +706,7 @@ void KeyManager::LoadFromFile(const std::filesystem::path& file_path, bool is_ti
|
|||
}
|
||||
}
|
||||
|
||||
bool KeyManager::IsKeysLoaded() const {
|
||||
bool KeyManager::AreKeysLoaded() const {
|
||||
return !s128_keys.empty() && !s256_keys.empty();
|
||||
}
|
||||
|
||||
|
|
|
@ -268,7 +268,7 @@ public:
|
|||
bool AddTicketPersonalized(Ticket raw);
|
||||
|
||||
void ReloadKeys();
|
||||
bool IsKeysLoaded() const;
|
||||
bool AreKeysLoaded() const;
|
||||
|
||||
private:
|
||||
KeyManager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue