1

I have an Android application which uses Integrity API with Google Cloud. This method is described here.

I need to implement server side offline verification for JWE token which requires decryption and verification keys from Play console. An example of verification.

Documentation also says, that for local verification I should get keys from Play console. As long as Integrity API token generation is on Google Cloud side right now, how can I obtain required keys?

1 Answers1

1

If you app is distributed outside of Play, I am afraid there is no option for the local decryption and verification.