Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DAttestationUtils.java138 @NonNull int[] idTypes, @NonNull byte[] attestationChallenge) throws in attestDeviceIds() argument
140 if (attestationChallenge == null) { in attestDeviceIds()
152 .setAttestationChallenge(attestationChallenge); in attestDeviceIds()
DKeyGenParameterSpec.java354 byte[] attestationChallenge, in KeyGenParameterSpec() argument
371 if (attestationChallenge == null) { in KeyGenParameterSpec()
413 mAttestationChallenge = Utils.cloneIfNotNull(attestationChallenge); in KeyGenParameterSpec()
1517 public Builder setAttestationChallenge(byte[] attestationChallenge) { in setAttestationChallenge() argument
1518 mAttestationChallenge = attestationChallenge; in setAttestationChallenge()
DParcelableKeyGenParameterSpec.java163 final byte[] attestationChallenge = in.createByteArray(); in ParcelableKeyGenParameterSpec()
200 attestationChallenge, in ParcelableKeyGenParameterSpec()