Searched refs:getAttestationChallenge (Results 1 – 8 of 8) sorted by relevance
108 assertArrayEquals(challenge, record.getAttestationChallenge()); in attestationTest()
91 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in ParsedAttestationRecord
139 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in Attestation
89 assertNull(spec.getAttestationChallenge()); in testDefaults()181 assertArrayEquals(challenge, spec.getAttestationChallenge()); in testSettersReflectedInGetters()
322 assertThat(attestationRecord.getAttestationChallenge()).isEqualTo(providedChallenge); in validateAttestationRecord()
1340 attestation.getAttestationChallenge()); in checkKeyIndependentAttestationInfo()1342 attestation.getAttestationChallenge(), is(challenge)); in checkKeyIndependentAttestationInfo()
304 assertThat(attestationRecord.getAttestationChallenge()).isEqualTo(providedChallenge); in validateAttestationRecord()
39723 method public byte[] getAttestationChallenge();