HomeSort by relevance Sort by last modified time
    Searched defs:getAttestationChallenge (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/keystore/src/android/keystore/cts/
Attestation.java 106 public byte[] getAttestationChallenge() {
KeyAttestationTest.java 516 assertNotNull(attestation.getAttestationChallenge());
517 assertTrue(Arrays.equals(challenge, attestation.getAttestationChallenge()));
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyGenParameterSpec.java 578 * KeyGenParameterSpec with getAttestationChallenge returning non-null is used to generate a
584 public byte[] getAttestationChallenge() {
    [all...]
  /prebuilts/sdk/25/
android.jar 

Completed in 249 milliseconds