Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestation.java49 private final byte[] attestationChallenge; field in Attestation
70 attestationChallenge = in Attestation()
107 return attestationChallenge; in getAttestationChallenge()
131 String stringChallenge = new String(attestationChallenge); in toString()
135 s.append(" (base64): [" + BaseEncoding.base64().encode(attestationChallenge) + "]"); in toString()