I am curious whether we can share encrypted keypair generated with fingerprint template to the server in android or not. If so, then
- I want to enroll the fingerprint first
- Store the keypair to server
- And at the runtime, I want to verify the fingerprint from an Android device with that keypair
Is it possible to do so?
Thanks in Advance.