Why crypto object is needed for Android fingerprint authentication?
I have gone through the android finger print sample provided by Google. https://github.com/googlesamples/android-FingerprintDialog As I am new to security standards, I am unable to understand the following. Why we need to use Keystore, key, CryptoObject... etc? Simply It could be like, ask fingerprint manager to authenticate the user and it can simply return the status(success/failed) Do I need to generate new key every time on each authentication? Why we need to use Keystore, key, CryptoObject... etc? Simply It could be like, ask finger print manager to authenticate the user and it can simply