Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyGenParameterSpec.java268 private final byte[] mAttestationChallenge; field in KeyGenParameterSpec
358 mAttestationChallenge = Utils.cloneIfNotNull(attestationChallenge); in KeyGenParameterSpec()
666 return Utils.cloneIfNotNull(mAttestationChallenge); in getAttestationChallenge()
771 private byte[] mAttestationChallenge = null; field in KeyGenParameterSpec.Builder
836 mAttestationChallenge = sourceSpec.getAttestationChallenge(); in Builder()
1338 mAttestationChallenge = attestationChallenge; in setAttestationChallenge()
1465 mAttestationChallenge, in build()