Home
last modified time | relevance | path

Searched refs:authenticatorData (Results 1 – 2 of 2) sorted by relevance

/credentials/credentials/src/main/java/androidx/credentials/webauthn/
DAuthenticatorAssertionResponse.kt37 var authenticatorData: ByteArray variable in androidx.credentials.webauthn.AuthenticatorAssertionResponse
48 authenticatorData = defaultAuthenticatorData()
80 return authenticatorData + hash in dataToSign()
89 response.put("authenticatorData", WebAuthnUtils.b64Encode(authenticatorData)) in json()
/credentials/credentials-play-services-auth/src/androidTest/java/androidx/credentials/playservices/controllers/utils/
DCreatePublicKeyCredentialControllerTestUtils.kt403 authenticatorData: ByteArray, in getPublicKeyCredentialResponseGenerator()
421 PublicKeyCredentialControllerUtility.Companion.b64Encode(authenticatorData) in getPublicKeyCredentialResponseGenerator()