Searched refs:getAttestationChallenge (Results 1 – 10 of 10) 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()
62 assertEquals(copiedSpec.getAttestationChallenge(), null); in testCanModifyValuesInCopiedBuilder()
749 public byte[] getAttestationChallenge() { in getAttestationChallenge() method in KeyGenParameterSpec980 mAttestationChallenge = sourceSpec.getAttestationChallenge(); in Builder()
102 out.writeByteArray(mSpec.getAttestationChallenge()); in writeToParcel()
112 assertThat(spec.getAttestationChallenge(), is(ATTESTATION_CHALLENGE)); in validateSpecValues()
417 if (spec.getAttestationChallenge() == null) { in checkAttestKeyChallenge()699 if (mSpec.getAttestationChallenge() != null) { in generateKeyPairHelper()792 byte[] challenge = mSpec.getAttestationChallenge(); in addAttestationParameters()
181 ByteString getAttestationChallenge() { in getAttestationChallenge() method in AndroidKeystoreAttestationVerificationAttributes
358 attestationAttributes.getAttestationChallenge().toByteArray())) { in checkCertificateAttributes()
5888 !deviceIdAttestationRequired || keySpec.getAttestationChallenge() != null,5921 if (keySpec.getAttestationChallenge() == null) {
37798 method public byte[] getAttestationChallenge();