Searched refs:getAttestationChallenge (Results 1 – 11 of 11) sorted by relevance
139 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()
65 assertEquals(copiedSpec.getAttestationChallenge(), null); in testCanModifyValuesInCopiedBuilder()
798 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in KeyGenParameterSpec1037 mAttestationChallenge = sourceSpec.getAttestationChallenge(); in Builder()
111 out.writeByteArray(mSpec.getAttestationChallenge()); in writeToParcel()
114 assertThat(spec.getAttestationChallenge(), is(ATTESTATION_CHALLENGE)); in validateSpecValues()
182 ByteString getAttestationChallenge() { in getAttestationChallenge() method in AndroidKeystoreAttestationVerificationAttributes
506 final byte[] challenge = attestationAttributes.getAttestationChallenge().toByteArray(); in checkAttestationChallenge()
452 if (spec.getAttestationChallenge() == null) { in checkAttestKeyChallenge()737 byte[] challenge = mSpec.getAttestationChallenge(); in addAttestationParameters()
6800 !deviceIdAttestationRequired || keySpec.getAttestationChallenge() != null,6840 if (keySpec.getAttestationChallenge() == null) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39727 method public byte[] getAttestationChallenge();