Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DAttestationTest.java106 assertArrayEquals(challenge, record.getAttestationChallenge()); in attestationTest()
DParsedAttestationRecord.java91 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in ParsedAttestationRecord
/cts/tests/security/src/android/keystore/cts/
DAttestation.java129 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in Attestation
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java832 assertNotNull(attestation.getAttestationChallenge()); in checkKeyIndependentAttestationInfo()
833 assertThat(attestation.getAttestationChallenge(), is(challenge)); in checkKeyIndependentAttestationInfo()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java413 assertThat(attestationRecord.getAttestationChallenge()).isEqualTo(providedChallenge); in validateAttestationRecord()