Lines Matching full:nonce
168 single use token in the form of a number used once, or <em>nonce</em>, as part of your request. A
169 nonce is a random token generated in a cryptographically secure manner.
173 You can obtain a nonce by generating one within your app each time you make a compatibility check
174 request. As a more secure option, you can obtain a nonce from your own server, using a secure
179 A nonce used with a SafetyNet request should be at least 16 bytes in length. After you make a
180 check request, the response from the SafetyNet service includes your nonce, so you can verify it
181 against the one you sent. As the name indicates, you should only use a nonce value once, for a
182 single check request. Use a different nonce for any subsequent check requests. For tips on using
192 After you have established a connection to Google Play services and created a nonce, you are
199 byte[] nonce = getRequestNonce(); // Should be at least 16 bytes in length.
200 SafetyNet.SafetyNetApi.attest(mGoogleApiClient, nonce)
244 "nonce": "R2Rra24fVm5xa2Mg",
289 it matches your original request, including the nonce, timestamp, package name, and the SHA-256