Home
last modified time | relevance | path

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

/frameworks/base/keystore/tests/src/android/security/keystore/
DKeyGenParameterSpecTest.java64 assertEquals(copiedSpec.getAttestationChallenge(), null); in testCanModifyValuesInCopiedBuilder()
/frameworks/base/keystore/java/android/security/keystore/
DKeyGenParameterSpec.java642 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in KeyGenParameterSpec
799 mAttestationChallenge = sourceSpec.getAttestationChallenge(); in Builder()
DParcelableKeyGenParameterSpec.java101 out.writeByteArray(mSpec.getAttestationChallenge()); in writeToParcel()
DAndroidKeyStoreKeyPairGeneratorSpi.java493 byte[] challenge = mSpec.getAttestationChallenge(); in createCertificateChain()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java111 assertThat(spec.getAttestationChallenge(), is(ATTESTATION_CHALLENGE)); in validateSpecValues()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5832 if (deviceIdAttestationRequired && (keySpec.getAttestationChallenge() == null)) { in generateKeyPair()
5873 final byte[] attestationChallenge = keySpec.getAttestationChallenge(); in generateKeyPair()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...