Home
last modified time | relevance | path

Searched refs:clientDataHash (Results 1 – 25 of 28) sorted by relevance

12

/credentials/credentials/src/main/java/androidx/credentials/
DCreatePublicKeyCredentialRequest.kt48 val clientDataHash: ByteArray?, constant in androidx.credentials.CreatePublicKeyCredentialRequest
53 credentialData: Bundle = toCredentialDataBundle(requestJson, clientDataHash),
54 candidateQueryData: Bundle = toCandidateDataBundle(requestJson, clientDataHash),
94 clientDataHash: ByteArray? = null,
100 clientDataHash = clientDataHash,
137 clientDataHash: ByteArray? = null,
144 clientDataHash = clientDataHash,
181 clientDataHash: ByteArray?,
188 clientDataHash = clientDataHash,
238 clientDataHash: ByteArray? = null, in toCredentialDataBundle()
[all …]
DGetPublicKeyCredentialOption.kt40 val clientDataHash: ByteArray?, constant in androidx.credentials.GetPublicKeyCredentialOption
75 clientDataHash: ByteArray? = null,
79 clientDataHash = clientDataHash,
81 requestData = toRequestDataBundle(requestJson, clientDataHash),
82 candidateQueryData = toRequestDataBundle(requestJson, clientDataHash),
101 clientDataHash: ByteArray?, in toRequestDataBundle()
109 bundle.putByteArray(BUNDLE_KEY_CLIENT_DATA_HASH, clientDataHash) in toRequestDataBundle()
123 val clientDataHash = data.getByteArray(BUNDLE_KEY_CLIENT_DATA_HASH) in createFrom() constant
126 clientDataHash, in createFrom()
/credentials/credentials/src/androidTest/java/androidx/credentials/provider/
DBeginGetPublicKeyCredentialOptionTest.kt80 val testClientDataHashActual = beginGetPublicKeyCredentialOpt.clientDataHash in getter_clientDataHash_success()
98 val clientDataHash = "client_data_hash".toByteArray() in getter_frameworkProperties_success() constant
110 clientDataHash in getter_frameworkProperties_success()
123 val clientDataHash = "client_data_hash".toByteArray() in createFrom_success() constant
132 clientDataHash in createFrom_success()
142 val clientDataHash = "client_data_hash".toByteArray() in createFromEntrySlice_success() constant
151 clientDataHash in createFromEntrySlice_success()
DBeginGetPublicKeyCredentialOptionJavaTest.java114 byte[] clientDataHash = "client_data_hash".getBytes(); in getter_frameworkProperties_success()
122 clientDataHash); in getter_frameworkProperties_success()
125 expectedData, BUNDLE_ID, requestJsonExpected, clientDataHash); in getter_frameworkProperties_success()
DBeginCreatePublicKeyCredentialRequestTest.kt121 assertThat(createPublicKeyCredentialReq.clientDataHash).isNull() in getter_requestJson_success()
135 val testClientDataHashActual = createPublicKeyCredentialReq.clientDataHash in getter_clientDataHash_success()
DPendingIntentHandlerApi23Test.kt158 option.clientDataHash in setBeginGetCredentialResponse_success()
227 passkeyOption.clientDataHash in retrieveBeginGetCredentialRequest_withoutCallingAppInfo_success()
266 passkeyOption.clientDataHash in retrieveBeginGetCredentialRequest_withCallingAppInfo_success()
/credentials/credentials/src/androidTest/java/androidx/credentials/
DGetPublicKeyCredentialOptionTest.kt73 val clientDataHash = "hash".toByteArray() in getter_frameworkProperties_success() constant
87 clientDataHash in getter_frameworkProperties_success()
97 clientDataHash, in getter_frameworkProperties_success()
112 val clientDataHash = "hash".toByteArray() in frameworkConversion_success() constant
118 clientDataHash, in frameworkConversion_success()
157 val clientDataHash = "hash".toByteArray() in frameworkConversion_frameworkClass_success() constant
163 clientDataHash, in frameworkConversion_frameworkClass_success()
DGetPublicKeyCredentialOptionJavaTest.java95 byte[] clientDataHash = "hash".getBytes(); in getter_frameworkProperties_success()
102 clientDataHash); in getter_frameworkProperties_success()
107 requestJsonExpected, clientDataHash, expectedAllowedProviders); in getter_frameworkProperties_success()
120 byte[] clientDataHash = "hash".getBytes(); in frameworkConversion_success()
126 TEST_REQUEST_JSON, clientDataHash, expectedAllowedProviders); in frameworkConversion_success()
DCreatePublicKeyCredentialRequestTest.kt91 val clientDataHash = "hash".toByteArray() in constructor_setPreferImmediatelyAvailableCredentialsToTrue() constant
96 clientDataHash, in constructor_setPreferImmediatelyAvailableCredentialsToTrue()
127 assertThat(request.clientDataHash).isEqualTo(clientDataHashExpected) in constructor_defaultProviderVariant()
148 val clientDataHash = "hash".toByteArray() in getter_frameworkProperties_success() constant
160 clientDataHash in getter_frameworkProperties_success()
175 clientDataHash, in getter_frameworkProperties_success()
255 assertThat(convertedSubclassRequest.clientDataHash).isEqualTo(clientDataHashExpected) in frameworkConversion_success()
314 assertThat(convertedSubclassRequest.clientDataHash).isEqualTo(clientDataHashExpected) in frameworkConversion_frameworkClass_success()
DCreatePublicKeyCredentialRequestJavaTest.java136 byte[] clientDataHash = "hash".getBytes(); in constructor_setPreferImmediatelyAvailableCredentialsToTrue()
139 clientDataHash, in constructor_setPreferImmediatelyAvailableCredentialsToTrue()
162 byte[] clientDataHash = "hash".getBytes(); in getter_frameworkProperties_success()
174 clientDataHash); in getter_frameworkProperties_success()
184 requestJsonExpected, clientDataHash, in getter_frameworkProperties_success()
/credentials/credentials/src/main/java/androidx/credentials/provider/
DBeginGetPublicKeyCredentialOption.kt47 val clientDataHash: ByteArray? = null, constant
66 val clientDataHash = in createFrom() constant
68 return BeginGetPublicKeyCredentialOption(data, id, requestJson!!, clientDataHash) in createFrom()
DBeginCreatePublicKeyCredentialRequest.kt62 val clientDataHash: ByteArray? = null, constant
97 val clientDataHash = data.getByteArray(BUNDLE_KEY_CLIENT_DATA_HASH) in createFrom() constant
102 clientDataHash in createFrom()
/credentials/credentials/src/main/java/androidx/credentials/webauthn/
DAuthenticatorAssertionResponse.kt34 private val clientDataHash: ByteArray? = null, constant in androidx.credentials.webauthn.AuthenticatorAssertionResponse
74 if (clientDataHash != null) { in dataToSign()
75 hash = clientDataHash in dataToSign()
86 if (clientDataHash == null) { in json()
DAuthenticatorAttestationResponse.kt35 private val clientDataHash: ByteArray? = null, constant in androidx.credentials.webauthn.AuthenticatorAttestationResponse
98 if (clientDataHash == null) { in json()
/credentials/credentials/samples/src/main/java/androidx/credentials/samples/
DCredentialManagerSample.kt56 clientDataHash = null, in callGetCredential()
/credentials/credentials/api/
D1.2.0-beta04.txt73 … ctor public CreatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash);
74 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
75 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
76 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
77 …ctor public CreatePublicKeyCredentialRequest(String requestJson, byte[]? clientDataHash, boolean p…
80 property public final byte[]? clientDataHash;
202 ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash);
203 …ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash, opti…
206 property public final byte[]? clientDataHash;
609 …ingAppInfo? callingAppInfo, android.os.Bundle candidateQueryData, optional byte[]? clientDataHash);
[all …]
D1.2.0-beta01.txt73 … ctor public CreatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash);
74 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
75 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
76 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
77 …ctor public CreatePublicKeyCredentialRequest(String requestJson, byte[]? clientDataHash, boolean p…
80 property public final byte[]? clientDataHash;
202 ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash);
203 …ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash, opti…
206 property public final byte[]? clientDataHash;
609 …ingAppInfo? callingAppInfo, android.os.Bundle candidateQueryData, optional byte[]? clientDataHash);
[all …]
D1.2.0-beta02.txt73 … ctor public CreatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash);
74 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
75 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
76 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
77 …ctor public CreatePublicKeyCredentialRequest(String requestJson, byte[]? clientDataHash, boolean p…
80 property public final byte[]? clientDataHash;
202 ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash);
203 …ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash, opti…
206 property public final byte[]? clientDataHash;
609 …ingAppInfo? callingAppInfo, android.os.Bundle candidateQueryData, optional byte[]? clientDataHash);
[all …]
Drestricted_1.2.0-beta04.txt73 … ctor public CreatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash);
74 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
75 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
76 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
77 …ctor public CreatePublicKeyCredentialRequest(String requestJson, byte[]? clientDataHash, boolean p…
80 property public final byte[]? clientDataHash;
202 ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash);
203 …ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash, opti…
206 property public final byte[]? clientDataHash;
609 …ingAppInfo? callingAppInfo, android.os.Bundle candidateQueryData, optional byte[]? clientDataHash);
[all …]
D1.2.0-beta03.txt73 … ctor public CreatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash);
74 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
75 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
76 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
77 …ctor public CreatePublicKeyCredentialRequest(String requestJson, byte[]? clientDataHash, boolean p…
80 property public final byte[]? clientDataHash;
202 ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash);
203 …ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash, opti…
206 property public final byte[]? clientDataHash;
609 …ingAppInfo? callingAppInfo, android.os.Bundle candidateQueryData, optional byte[]? clientDataHash);
[all …]
Drestricted_1.2.0-beta01.txt73 … ctor public CreatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash);
74 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
75 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
76 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
77 …ctor public CreatePublicKeyCredentialRequest(String requestJson, byte[]? clientDataHash, boolean p…
80 property public final byte[]? clientDataHash;
202 ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash);
203 …ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash, opti…
206 property public final byte[]? clientDataHash;
609 …ingAppInfo? callingAppInfo, android.os.Bundle candidateQueryData, optional byte[]? clientDataHash);
[all …]
Drestricted_1.2.0-beta02.txt73 … ctor public CreatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash);
74 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
75 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
76 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
77 …ctor public CreatePublicKeyCredentialRequest(String requestJson, byte[]? clientDataHash, boolean p…
80 property public final byte[]? clientDataHash;
202 ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash);
203 …ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash, opti…
206 property public final byte[]? clientDataHash;
609 …ingAppInfo? callingAppInfo, android.os.Bundle candidateQueryData, optional byte[]? clientDataHash);
[all …]
Drestricted_1.2.0-beta03.txt73 … ctor public CreatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash);
74 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
75 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
76 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
77 …ctor public CreatePublicKeyCredentialRequest(String requestJson, byte[]? clientDataHash, boolean p…
80 property public final byte[]? clientDataHash;
202 ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash);
203 …ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash, opti…
206 property public final byte[]? clientDataHash;
609 …ingAppInfo? callingAppInfo, android.os.Bundle candidateQueryData, optional byte[]? clientDataHash);
[all …]
Drestricted_1.5.0-beta01.txt102 … ctor public CreatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash);
103 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
104 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
105 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
106 …ctor public CreatePublicKeyCredentialRequest(String requestJson, byte[]? clientDataHash, boolean p…
109 property public final byte[]? clientDataHash;
319 ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash);
320 …ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash, opti…
323 property public final byte[]? clientDataHash;
819 …ingAppInfo? callingAppInfo, android.os.Bundle candidateQueryData, optional byte[]? clientDataHash);
[all …]
D1.5.0-beta01.txt102 … ctor public CreatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash);
103 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
104 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
105 …reatePublicKeyCredentialRequest(String requestJson, optional byte[]? clientDataHash, optional bool…
106 …ctor public CreatePublicKeyCredentialRequest(String requestJson, byte[]? clientDataHash, boolean p…
109 property public final byte[]? clientDataHash;
319 ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash);
320 …ctor public GetPublicKeyCredentialOption(String requestJson, optional byte[]? clientDataHash, opti…
323 property public final byte[]? clientDataHash;
819 …ingAppInfo? callingAppInfo, android.os.Bundle candidateQueryData, optional byte[]? clientDataHash);
[all …]

12