Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAttestation.java49 private final byte[] attestationChallenge; field in Attestation
70 attestationChallenge = in Attestation()
107 return attestationChallenge; in getAttestationChallenge()
131 String stringChallenge = new String(attestationChallenge); in toString()
135 s.append(" (base64): [" + BaseEncoding.base64().encode(attestationChallenge) + "]"); in toString()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java446 byte[] attestationChallenge = new byte[] {0x01, 0x02, 0x03}; in generateKeyAndCheckAttestation()
452 .setAttestationChallenge(attestationChallenge) in generateKeyAndCheckAttestation()
494 validateAttestationRecord(attestation, attestationChallenge); in generateKeyAndCheckAttestation()