Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAttestation.java106 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in Attestation
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java525 assertNotNull(attestation.getAttestationChallenge()); in checkKeyIndependentAttestationInfo()
526 assertTrue(Arrays.equals(challenge, attestation.getAttestationChallenge())); in checkKeyIndependentAttestationInfo()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java405 assertThat(attestationRecord.getAttestationChallenge()).isEqualTo(providedChallenge); in validateAttestationRecord()