Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAttestation.java54 private final byte[] attestationChallenge; field in Attestation
77 attestationChallenge = in Attestation()
116 return attestationChallenge; in getAttestationChallenge()
144 String stringChallenge = new String(attestationChallenge); in toString()
148 s.append(" (base64): [" + BaseEncoding.base64().encode(attestationChallenge) + "]"); in toString()
/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java69 private byte[] attestationChallenge; field in ParsedAttestationRecord
92 return attestationChallenge; in getAttestationChallenge()
196 this.attestationChallenge = in ParsedAttestationRecord()
/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()