Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAttestation.java59 byte[] attestationChallenge; field in Attestation
140 return attestationChallenge; in getAttestationChallenge()
170 attestationChallenge != null ? new String(attestationChallenge) : "null"; in toString()
174 s.append(" (base64): [" + BaseEncoding.base64().encode(attestationChallenge) + "]"); in toString()
DAsn1Attestation.java61 attestationChallenge = in Asn1Attestation()
DEatAttestation.java96 attestationChallenge = CborUtils.getBytes(extension, key); in EatAttestation()
/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.java345 byte[] attestationChallenge = new byte[] {0x01, 0x02, 0x03}; in generateKeyAndCheckAttestation()
351 .setAttestationChallenge(attestationChallenge) in generateKeyAndCheckAttestation()
393 validateAttestationRecord(attestation, attestationChallenge); in generateKeyAndCheckAttestation()
583 byte[] attestationChallenge = new byte[] {0x01, 0x02, 0x03}; in testUniqueDeviceAttestationUsingDifferentAttestationCert()
589 .setAttestationChallenge(attestationChallenge) in testUniqueDeviceAttestationUsingDifferentAttestationCert()
605 .setAttestationChallenge(attestationChallenge) in testUniqueDeviceAttestationUsingDifferentAttestationCert()
642 byte[] attestationChallenge = new byte[] {0x01, 0x02, 0x03}; in testUniqueDeviceAttestationFailsWhenUnsupported()
649 .setAttestationChallenge(attestationChallenge) in testUniqueDeviceAttestationFailsWhenUnsupported()
/cts/tests/tests/keystore/src/android/keystore/cts/
DDeviceOwnerKeyManagementTest.java363 byte[] attestationChallenge = new byte[] {0x01, 0x02, 0x03}; in generateKeyAndCheckAttestation()
369 .setAttestationChallenge(attestationChallenge) in generateKeyAndCheckAttestation()
418 validateAttestationRecord(attestation, attestationChallenge); in generateKeyAndCheckAttestation()