Home
last modified time | relevance | path

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

/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributesTest.java139 assertThat(mPhysicalDeviceAttributes.getAttestationChallenge().toByteArray()).isEqualTo( in parseCertificate_attestationChallenge()
141 assertThat(mPhysicalDeviceAttributes2.getAttestationChallenge().toByteArray()).isEqualTo( in parseCertificate_attestationChallenge()
143 assertThat(mVirtualDeviceAttributes.getAttestationChallenge().toByteArray()).isEqualTo( in parseCertificate_attestationChallenge()
/frameworks/base/keystore/tests/src/android/security/keystore/
DKeyGenParameterSpecTest.java65 assertEquals(copiedSpec.getAttestationChallenge(), null); in testCanModifyValuesInCopiedBuilder()
/frameworks/base/keystore/java/android/security/keystore/
DKeyGenParameterSpec.java798 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in KeyGenParameterSpec
1037 mAttestationChallenge = sourceSpec.getAttestationChallenge(); in Builder()
DParcelableKeyGenParameterSpec.java111 out.writeByteArray(mSpec.getAttestationChallenge()); in writeToParcel()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java114 assertThat(spec.getAttestationChallenge(), is(ATTESTATION_CHALLENGE)); in validateSpecValues()
/frameworks/base/services/core/java/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributes.java182 ByteString getAttestationChallenge() { in getAttestationChallenge() method in AndroidKeystoreAttestationVerificationAttributes
DAttestationVerificationPeerDeviceVerifier.java506 final byte[] challenge = attestationAttributes.getAttestationChallenge().toByteArray(); in checkAttestationChallenge()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java452 if (spec.getAttestationChallenge() == null) { in checkAttestKeyChallenge()
737 byte[] challenge = mSpec.getAttestationChallenge(); in addAttestationParameters()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6800 !deviceIdAttestationRequired || keySpec.getAttestationChallenge() != null,
6840 if (keySpec.getAttestationChallenge() == null) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39727 method public byte[] getAttestationChallenge();