Understanding Android Fingerprint API authenticate() in depth
问题 I'm working on Android FingerPrint native API's for couple of days and there are two things that I'm confused with. The documentation has the examples but doesn't explain why we need to work this way, so please, any security Guru here? I want to understand in depth the authenticate() function of the API's, or to be more specific to understand two of the parameters it takes : CryptoObject and Handler . It is working " perfect " at my POV when passing null to both of these parameters. So there