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.java266 private final byte[] mAttestationChallenge; field in KeyGenParameterSpec
352 mAttestationChallenge = Utils.cloneIfNotNull(attestationChallenge); in KeyGenParameterSpec()
643 return Utils.cloneIfNotNull(mAttestationChallenge); in getAttestationChallenge()
736 private byte[] mAttestationChallenge = null; field in KeyGenParameterSpec.Builder
799 mAttestationChallenge = sourceSpec.getAttestationChallenge(); in Builder()
1250 mAttestationChallenge = attestationChallenge; in setAttestationChallenge()
1361 mAttestationChallenge, in build()