Searched refs:attestationChallenge (Results 1 – 5 of 5) sorted by relevance
55 byte[] attestationChallenge; field in Attestation130 return attestationChallenge; in getAttestationChallenge()160 attestationChallenge != null ? new String(attestationChallenge) : "null"; in toString()164 s.append(" (base64): [" + BaseEncoding.base64().encode(attestationChallenge) + "]"); in toString()
61 attestationChallenge = in Asn1Attestation()
95 attestationChallenge = CborUtils.getBytes(extension, key); in EatAttestation()
69 private byte[] attestationChallenge; field in ParsedAttestationRecord92 return attestationChallenge; in getAttestationChallenge()196 this.attestationChallenge = in ParsedAttestationRecord()
353 byte[] attestationChallenge = new byte[] {0x01, 0x02, 0x03}; in generateKeyAndCheckAttestation()359 .setAttestationChallenge(attestationChallenge) in generateKeyAndCheckAttestation()401 validateAttestationRecord(attestation, attestationChallenge); in generateKeyAndCheckAttestation()587 byte[] attestationChallenge = new byte[] {0x01, 0x02, 0x03}; in testUniqueDeviceAttestationUsingDifferentAttestationCert()593 .setAttestationChallenge(attestationChallenge) in testUniqueDeviceAttestationUsingDifferentAttestationCert()609 .setAttestationChallenge(attestationChallenge) in testUniqueDeviceAttestationUsingDifferentAttestationCert()646 byte[] attestationChallenge = new byte[] {0x01, 0x02, 0x03}; in testUniqueDeviceAttestationFailsWhenUnsupported()653 .setAttestationChallenge(attestationChallenge) in testUniqueDeviceAttestationFailsWhenUnsupported()