SafetyNet Helper is an open source library for the Google Safety Net API. It’s makes it easier for developers to integrate and use this great service provided by Google to add extra layer of validation of the device your app is running on. This is the sample app to show how it works.
If you want to jump straight to the code go here -> https://github.com/scottyab/safetynethelper/
This sample app will check if your device passes the Google SafetyNet CTS test
SafetyNet Helper library features:
* Simplified call the SafetyNet API
* Decoding of the JSON Web Token (JWT) response into simple POJO
* Integration with the Device verification API to verify the JWT message.
* SSL pinning on the Device verification API connection
SafetyNet Helper è una libreria open source per l'API di Google Safety Net. Si rende più facile per gli sviluppatori di integrare e utilizzare questo grande servizio fornito da Google per aggiungere ulteriore livello di convalida del dispositivo vostra applicazione è in esecuzione. Questa è l'applicazione di esempio per mostrare come funziona.
Se si desidera passare direttamente al codice di andare qui -> https://github.com/scottyab/safetynethelper/
Questa applicazione di esempio controllerà se il dispositivo supera il test di Google SafetyNet CTS
Funzioni di libreria SafetyNet Helper:
* Chiamata semplificata la SafetyNet API
* Decodifica del JSON Web Token (JWT) risposta in semplici POJO
* L'integrazione con l'API di verifica periferiche per verificare il messaggio JWT.
* SSL appuntare sulla connessione API di verifica del dispositivo