Searched refs:getAttestationChallenge (Results 1 – 5 of 5) sorted by relevance
116 assertArrayEquals(challenge, record.getAttestationChallenge()); in attestationTest()
91 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in ParsedAttestationRecord
115 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in Attestation
695 assertNotNull(attestation.getAttestationChallenge()); in checkKeyIndependentAttestationInfo()696 assertTrue(Arrays.equals(challenge, attestation.getAttestationChallenge())); in checkKeyIndependentAttestationInfo()
405 assertThat(attestationRecord.getAttestationChallenge()).isEqualTo(providedChallenge); in validateAttestationRecord()