Home
last modified time | relevance | path

Searched refs:getAttestationChallenge (Results 1 – 2 of 2) sorted by relevance

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationTest.java172 if (!Arrays.equals(attestation.getAttestationChallenge(), challenge)) { in testEcAttestation()
174 challenge, attestation.getAttestationChallenge()); in testEcAttestation()
DAttestation.java127 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in Attestation