Searched refs:attestationChallenge (Results 1 – 6 of 6) sorted by relevance
/cts/tests/security/src/android/keystore/cts/ |
D | Attestation.java | 59 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()
|
D | Asn1Attestation.java | 61 attestationChallenge = in Asn1Attestation()
|
D | EatAttestation.java | 96 attestationChallenge = CborUtils.getBytes(extension, key); in EatAttestation()
|
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | ParsedAttestationRecord.java | 69 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/ |
D | KeyManagementTest.java | 345 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/ |
D | DeviceOwnerKeyManagementTest.java | 363 byte[] attestationChallenge = new byte[] {0x01, 0x02, 0x03}; in generateKeyAndCheckAttestation() 369 .setAttestationChallenge(attestationChallenge) in generateKeyAndCheckAttestation() 418 validateAttestationRecord(attestation, attestationChallenge); in generateKeyAndCheckAttestation()
|