Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DAttestationTest.java108 assertArrayEquals(challenge, record.getAttestationChallenge()); in attestationTest()
DParsedAttestationRecord.java91 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in ParsedAttestationRecord
/cts/tests/security/src/android/keystore/cts/
DAttestation.java139 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in Attestation
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGenParameterSpecTest.java89 assertNull(spec.getAttestationChallenge()); in testDefaults()
181 assertArrayEquals(challenge, spec.getAttestationChallenge()); in testSettersReflectedInGetters()
DDeviceOwnerKeyManagementTest.java322 assertThat(attestationRecord.getAttestationChallenge()).isEqualTo(providedChallenge); in validateAttestationRecord()
DKeyAttestationTest.java1340 attestation.getAttestationChallenge()); in checkKeyIndependentAttestationInfo()
1342 attestation.getAttestationChallenge(), is(challenge)); in checkKeyIndependentAttestationInfo()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java304 assertThat(attestationRecord.getAttestationChallenge()).isEqualTo(providedChallenge); in validateAttestationRecord()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt39723 method public byte[] getAttestationChallenge();