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.java264 private final byte[] mAttestationChallenge; field in KeyGenParameterSpec
345 mAttestationChallenge = Utils.cloneIfNotNull(attestationChallenge); in KeyGenParameterSpec()
635 return Utils.cloneIfNotNull(mAttestationChallenge); in getAttestationChallenge()
727 private byte[] mAttestationChallenge = null; field in KeyGenParameterSpec.Builder
790 mAttestationChallenge = sourceSpec.getAttestationChallenge(); in Builder()
1238 mAttestationChallenge = attestationChallenge; in setAttestationChallenge()
1349 mAttestationChallenge, in build()