You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you can only delete the secretKey but not the default keystore entry. This is useful for app that has optional fingerprint feature where user can turn it off anytime. When the user turn off the fingerprint feature we should delete the secretKey and keystore entry.
Deleting the keystore entry is easy to implement but we need something more convenient. I think we should include it in this library.
Right now you can only delete the secretKey but not the default keystore entry. This is useful for app that has optional fingerprint feature where user can turn it off anytime. When the user turn off the fingerprint feature we should delete the secretKey and keystore entry.
Deleting the keystore entry is easy to implement but we need something more convenient. I think we should include it in this library.
Its already implemented in CipherProvider.
I propose something like:
What do you guys think?
The text was updated successfully, but these errors were encountered: