Searched refs:pubKeyCredParams (Results 1 – 3 of 3) sorted by relevance
64 assertThat(options.pubKeyCredParams.get(0).type).isEqualTo("pubkey type") in constructor()65 assertThat(options.pubKeyCredParams.get(0).alg).isEqualTo(10) in constructor()102 assertThat(options.pubKeyCredParams.get(0).type).isEqualTo("pubkey type") in constructor_withoutAttestation()103 assertThat(options.pubKeyCredParams.get(0).alg).isEqualTo(10) in constructor_withoutAttestation()
30 val pubKeyCredParams: List<PublicKeyCredentialParameters> constant59 pubKeyCredParams = pubKeyCredParamsTmp.toList()70 Log.i("WebAuthn", "pubKeyCredParams $pubKeyCredParams")
494 val pubKeyCredParams = json.getJSONArray(JSON_KEY_PUB_KEY_CRED_PARAMS) in parseRequiredRpAndParams() constant496 for (i in 0 until pubKeyCredParams.length()) { in parseRequiredRpAndParams()497 val param = pubKeyCredParams.getJSONObject(i) in parseRequiredRpAndParams()