Searched refs:getAttestationChallenge (Results 1 – 5 of 5) sorted by relevance
106 assertArrayEquals(challenge, record.getAttestationChallenge()); in attestationTest()
91 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in ParsedAttestationRecord
129 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in Attestation
862 assertNotNull(attestation.getAttestationChallenge()); in checkKeyIndependentAttestationInfo()863 assertThat(attestation.getAttestationChallenge(), is(challenge)); in checkKeyIndependentAttestationInfo()
312 assertThat(attestationRecord.getAttestationChallenge()).isEqualTo(providedChallenge); in validateAttestationRecord()