RemoveUnlockKey
status_t RemoveUnlockKey(const char* keyring);
status_t result = keyStore.RemoveUnlockKey(keyring);
return RemoveUnlockKey(NULL);
result = keyring->RemoveUnlockKey();
status_t RemoveUnlockKey();