IsUnlocked
while (!keyring->IsUnlocked()) {
reply.AddBool("unlocked", keyring->IsUnlocked());
while (!fMasterKeyring->IsUnlocked()) {
if (&keyring != fMasterKeyring && fMasterKeyring->IsUnlocked()) {
bool IsUnlocked() const;