Searched refs:getAttestationChallenge (Results 1 – 3 of 3) sorted by relevance
106 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in Attestation
525 assertNotNull(attestation.getAttestationChallenge()); in checkKeyIndependentAttestationInfo()526 assertTrue(Arrays.equals(challenge, attestation.getAttestationChallenge())); in checkKeyIndependentAttestationInfo()
405 assertThat(attestationRecord.getAttestationChallenge()).isEqualTo(providedChallenge); in validateAttestationRecord()