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.java116 assertArrayEquals(challenge, record.getAttestationChallenge()); in attestationTest()
DParsedAttestationRecord.java91 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in ParsedAttestationRecord
/cts/tests/security/src/android/keystore/cts/
DAttestation.java115 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in Attestation
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java695 assertNotNull(attestation.getAttestationChallenge()); in checkKeyIndependentAttestationInfo()
696 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()