Home
last modified time | relevance | path

Searched refs:getAttestationChallenge (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestation.java106 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in Attestation
DKeyAttestationTest.java516 assertNotNull(attestation.getAttestationChallenge()); in checkKeyIndependentAttestationInfo()
517 assertTrue(Arrays.equals(challenge, attestation.getAttestationChallenge())); in checkKeyIndependentAttestationInfo()