aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser/api/autofill-parser.api
blob: a7c4be29633787e9e7a51fa51ac5e6a2dd95a9b5 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
public final class com/github/androidpasswordstore/autofillparser/AutofillAction : java/lang/Enum {
	public static final field FillOtpFromSms Lcom/github/androidpasswordstore/autofillparser/AutofillAction;
	public static final field Generate Lcom/github/androidpasswordstore/autofillparser/AutofillAction;
	public static final field Match Lcom/github/androidpasswordstore/autofillparser/AutofillAction;
	public static final field Search Lcom/github/androidpasswordstore/autofillparser/AutofillAction;
	public static fun valueOf (Ljava/lang/String;)Lcom/github/androidpasswordstore/autofillparser/AutofillAction;
	public static fun values ()[Lcom/github/androidpasswordstore/autofillparser/AutofillAction;
}

public abstract interface annotation class com/github/androidpasswordstore/autofillparser/AutofillDsl : java/lang/annotation/Annotation {
}

public final class com/github/androidpasswordstore/autofillparser/AutofillHelperKt {
	public static final fun computeCertificatesHash (Landroid/content/Context;Ljava/lang/String;)Ljava/lang/String;
	public static final fun findNodeByAutofillId (Landroid/app/assist/AssistStructure;Landroid/view/autofill/AutofillId;)Landroid/app/assist/AssistStructure$ViewNode;
	public static final fun getWebOrigin (Landroid/app/assist/AssistStructure$ViewNode;)Ljava/lang/String;
}

public final class com/github/androidpasswordstore/autofillparser/AutofillRule {
	public synthetic fun <init> (Ljava/util/List;ZZLjava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
	public final fun match (Ljava/util/List;Ljava/util/List;Ljava/util/List;ZZ)Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;
}

public final class com/github/androidpasswordstore/autofillparser/AutofillRule$AutofillRuleMatcher {
	public fun <init> (Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;Lcom/github/androidpasswordstore/autofillparser/FieldMatcher;ZZ)V
	public final fun component1 ()Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;
	public final fun component2 ()Lcom/github/androidpasswordstore/autofillparser/FieldMatcher;
	public final fun component3 ()Z
	public final fun component4 ()Z
	public final fun copy (Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;Lcom/github/androidpasswordstore/autofillparser/FieldMatcher;ZZ)Lcom/github/androidpasswordstore/autofillparser/AutofillRule$AutofillRuleMatcher;
	public static synthetic fun copy$default (Lcom/github/androidpasswordstore/autofillparser/AutofillRule$AutofillRuleMatcher;Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;Lcom/github/androidpasswordstore/autofillparser/FieldMatcher;ZZILjava/lang/Object;)Lcom/github/androidpasswordstore/autofillparser/AutofillRule$AutofillRuleMatcher;
	public fun equals (Ljava/lang/Object;)Z
	public final fun getMatchHidden ()Z
	public final fun getMatcher ()Lcom/github/androidpasswordstore/autofillparser/FieldMatcher;
	public final fun getOptional ()Z
	public final fun getType ()Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;
	public fun hashCode ()I
	public fun toString ()Ljava/lang/String;
}

public final class com/github/androidpasswordstore/autofillparser/AutofillRule$Builder {
	public static final field Companion Lcom/github/androidpasswordstore/autofillparser/AutofillRule$Builder$Companion;
	public fun <init> (ZZ)V
	public final fun build ()Lcom/github/androidpasswordstore/autofillparser/AutofillRule;
	public final fun currentPassword (ZZLkotlin/jvm/functions/Function1;)V
	public static synthetic fun currentPassword$default (Lcom/github/androidpasswordstore/autofillparser/AutofillRule$Builder;ZZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
	public final fun genericPassword (ZLkotlin/jvm/functions/Function1;)V
	public static synthetic fun genericPassword$default (Lcom/github/androidpasswordstore/autofillparser/AutofillRule$Builder;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
	public final fun getName ()Ljava/lang/String;
	public final fun newPassword (ZLkotlin/jvm/functions/Function1;)V
	public static synthetic fun newPassword$default (Lcom/github/androidpasswordstore/autofillparser/AutofillRule$Builder;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
	public final fun otp (ZLkotlin/jvm/functions/Function1;)V
	public static synthetic fun otp$default (Lcom/github/androidpasswordstore/autofillparser/AutofillRule$Builder;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
	public final fun setName (Ljava/lang/String;)V
	public final fun username (ZZLkotlin/jvm/functions/Function1;)V
	public static synthetic fun username$default (Lcom/github/androidpasswordstore/autofillparser/AutofillRule$Builder;ZZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
}

public final class com/github/androidpasswordstore/autofillparser/AutofillRule$Builder$Companion {
}

public final class com/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType : java/lang/Enum {
	public static final field CurrentPassword Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;
	public static final field GenericPassword Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;
	public static final field NewPassword Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;
	public static final field Otp Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;
	public static final field Username Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;
	public static fun valueOf (Ljava/lang/String;)Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;
	public static fun values ()[Lcom/github/androidpasswordstore/autofillparser/AutofillRule$FillableFieldType;
}

public abstract class com/github/androidpasswordstore/autofillparser/AutofillScenario {
	public static final field BUNDLE_KEY_CURRENT_PASSWORD_IDS Ljava/lang/String;
	public static final field BUNDLE_KEY_FILL_USERNAME Ljava/lang/String;
	public static final field BUNDLE_KEY_GENERIC_PASSWORD_IDS Ljava/lang/String;
	public static final field BUNDLE_KEY_NEW_PASSWORD_IDS Ljava/lang/String;
	public static final field BUNDLE_KEY_OTP_ID Ljava/lang/String;
	public static final field BUNDLE_KEY_USERNAME_ID Ljava/lang/String;
	public static final field Companion Lcom/github/androidpasswordstore/autofillparser/AutofillScenario$Companion;
	public final fun fieldsToFillOn (Lcom/github/androidpasswordstore/autofillparser/AutofillAction;)Ljava/util/List;
	public final fun getAllFields ()Ljava/util/List;
	public abstract fun getAllPasswordFields ()Ljava/util/List;
	public final fun getFieldsToSave ()Ljava/util/List;
	public abstract fun getFillUsername ()Z
	public abstract fun getOtp ()Ljava/lang/Object;
	public abstract fun getPasswordFieldsToFillOnGenerate ()Ljava/util/List;
	public abstract fun getPasswordFieldsToFillOnMatch ()Ljava/util/List;
	public abstract fun getPasswordFieldsToFillOnSearch ()Ljava/util/List;
	public abstract fun getPasswordFieldsToSave ()Ljava/util/List;
	public abstract fun getUsername ()Ljava/lang/Object;
}

public final class com/github/androidpasswordstore/autofillparser/AutofillScenario$Builder {
	public fun <init> ()V
	public final fun build ()Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;
	public final fun getCurrentPassword ()Ljava/util/List;
	public final fun getFillUsername ()Z
	public final fun getGenericPassword ()Ljava/util/List;
	public final fun getNewPassword ()Ljava/util/List;
	public final fun getOtp ()Ljava/lang/Object;
	public final fun getUsername ()Ljava/lang/Object;
	public final fun setFillUsername (Z)V
	public final fun setOtp (Ljava/lang/Object;)V
	public final fun setUsername (Ljava/lang/Object;)V
}

public final class com/github/androidpasswordstore/autofillparser/AutofillScenario$Companion {
	public final fun fromBundle (Landroid/os/Bundle;)Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;
}

public final class com/github/androidpasswordstore/autofillparser/AutofillScenarioKt {
	public static final fun fillWithAutofillId (Landroid/service/autofill/Dataset$Builder;Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;Lcom/github/androidpasswordstore/autofillparser/AutofillAction;Lcom/github/androidpasswordstore/autofillparser/Credentials;)V
	public static final fun fillWithFormField (Landroid/service/autofill/Dataset$Builder;Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;Lcom/github/androidpasswordstore/autofillparser/AutofillAction;Lcom/github/androidpasswordstore/autofillparser/Credentials;)V
	public static final fun getPasswordValue (Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;)Ljava/lang/String;
	public static final fun getUsernameValue (Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;)Ljava/lang/String;
	public static final fun map (Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;Lkotlin/jvm/functions/Function1;)Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;
	public static final fun passesOriginCheck (Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;Z)Z
	public static final fun recoverNodes (Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;Landroid/app/assist/AssistStructure;)Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;
	public static final fun toBundleFormField (Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;)Landroid/os/Bundle;
}

public final class com/github/androidpasswordstore/autofillparser/AutofillStrategy {
	public synthetic fun <init> (Ljava/util/List;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
	public final fun match (Ljava/util/List;ZZ)Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;
}

public final class com/github/androidpasswordstore/autofillparser/AutofillStrategy$Builder {
	public fun <init> ()V
	public final fun build ()Lcom/github/androidpasswordstore/autofillparser/AutofillStrategy;
	public final fun rule (ZZLkotlin/jvm/functions/Function1;)V
	public static synthetic fun rule$default (Lcom/github/androidpasswordstore/autofillparser/AutofillStrategy$Builder;ZZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
}

public final class com/github/androidpasswordstore/autofillparser/AutofillStrategyDslKt {
	public static final fun strategy (Lkotlin/jvm/functions/Function1;)Lcom/github/androidpasswordstore/autofillparser/AutofillStrategy;
}

public final class com/github/androidpasswordstore/autofillparser/AutofillStrategyKt {
	public static final fun getAutofillStrategy ()Lcom/github/androidpasswordstore/autofillparser/AutofillStrategy;
}

public final class com/github/androidpasswordstore/autofillparser/BrowserAutofillSupportInfo {
	public fun <init> (Lcom/github/androidpasswordstore/autofillparser/BrowserMultiOriginMethod;Ljava/lang/Integer;)V
	public final fun component1 ()Lcom/github/androidpasswordstore/autofillparser/BrowserMultiOriginMethod;
	public final fun component2 ()Ljava/lang/Integer;
	public final fun copy (Lcom/github/androidpasswordstore/autofillparser/BrowserMultiOriginMethod;Ljava/lang/Integer;)Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportInfo;
	public static synthetic fun copy$default (Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportInfo;Lcom/github/androidpasswordstore/autofillparser/BrowserMultiOriginMethod;Ljava/lang/Integer;ILjava/lang/Object;)Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportInfo;
	public fun equals (Ljava/lang/Object;)Z
	public final fun getMultiOriginMethod ()Lcom/github/androidpasswordstore/autofillparser/BrowserMultiOriginMethod;
	public final fun getSaveFlags ()Ljava/lang/Integer;
	public fun hashCode ()I
	public fun toString ()Ljava/lang/String;
}

public final class com/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel : java/lang/Enum {
	public static final field FlakyFill Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel;
	public static final field GeneralFill Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel;
	public static final field GeneralFillAndSave Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel;
	public static final field None Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel;
	public static final field PasswordFill Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel;
	public static final field PasswordFillAndSaveIfNoAccessibility Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel;
	public static fun valueOf (Ljava/lang/String;)Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel;
	public static fun values ()[Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportLevel;
}

public final class com/github/androidpasswordstore/autofillparser/BrowserMultiOriginMethod : java/lang/Enum {
	public static final field Field Lcom/github/androidpasswordstore/autofillparser/BrowserMultiOriginMethod;
	public static final field None Lcom/github/androidpasswordstore/autofillparser/BrowserMultiOriginMethod;
	public static final field WebView Lcom/github/androidpasswordstore/autofillparser/BrowserMultiOriginMethod;
	public static fun valueOf (Ljava/lang/String;)Lcom/github/androidpasswordstore/autofillparser/BrowserMultiOriginMethod;
	public static fun values ()[Lcom/github/androidpasswordstore/autofillparser/BrowserMultiOriginMethod;
}

public final class com/github/androidpasswordstore/autofillparser/CertaintyLevel : java/lang/Enum {
	public static final field Certain Lcom/github/androidpasswordstore/autofillparser/CertaintyLevel;
	public static final field Impossible Lcom/github/androidpasswordstore/autofillparser/CertaintyLevel;
	public static final field Likely Lcom/github/androidpasswordstore/autofillparser/CertaintyLevel;
	public static final field Possible Lcom/github/androidpasswordstore/autofillparser/CertaintyLevel;
	public static fun valueOf (Ljava/lang/String;)Lcom/github/androidpasswordstore/autofillparser/CertaintyLevel;
	public static fun values ()[Lcom/github/androidpasswordstore/autofillparser/CertaintyLevel;
}

public final class com/github/androidpasswordstore/autofillparser/ClassifiedAutofillScenario : com/github/androidpasswordstore/autofillparser/AutofillScenario {
	public fun <init> (Ljava/lang/Object;ZLjava/lang/Object;Ljava/util/List;Ljava/util/List;)V
	public final fun component1 ()Ljava/lang/Object;
	public final fun component2 ()Z
	public final fun component3 ()Ljava/lang/Object;
	public final fun component4 ()Ljava/util/List;
	public final fun component5 ()Ljava/util/List;
	public final fun copy (Ljava/lang/Object;ZLjava/lang/Object;Ljava/util/List;Ljava/util/List;)Lcom/github/androidpasswordstore/autofillparser/ClassifiedAutofillScenario;
	public static synthetic fun copy$default (Lcom/github/androidpasswordstore/autofillparser/ClassifiedAutofillScenario;Ljava/lang/Object;ZLjava/lang/Object;Ljava/util/List;Ljava/util/List;ILjava/lang/Object;)Lcom/github/androidpasswordstore/autofillparser/ClassifiedAutofillScenario;
	public fun equals (Ljava/lang/Object;)Z
	public fun getAllPasswordFields ()Ljava/util/List;
	public final fun getCurrentPassword ()Ljava/util/List;
	public fun getFillUsername ()Z
	public final fun getNewPassword ()Ljava/util/List;
	public fun getOtp ()Ljava/lang/Object;
	public fun getPasswordFieldsToFillOnGenerate ()Ljava/util/List;
	public fun getPasswordFieldsToFillOnMatch ()Ljava/util/List;
	public fun getPasswordFieldsToFillOnSearch ()Ljava/util/List;
	public fun getPasswordFieldsToSave ()Ljava/util/List;
	public fun getUsername ()Ljava/lang/Object;
	public fun hashCode ()I
	public fun toString ()Ljava/lang/String;
}

public final class com/github/androidpasswordstore/autofillparser/Credentials {
	public fun <init> (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
	public final fun component1 ()Ljava/lang/String;
	public final fun component2 ()Ljava/lang/String;
	public final fun component3 ()Ljava/lang/String;
	public final fun copy (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/github/androidpasswordstore/autofillparser/Credentials;
	public static synthetic fun copy$default (Lcom/github/androidpasswordstore/autofillparser/Credentials;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lcom/github/androidpasswordstore/autofillparser/Credentials;
	public fun equals (Ljava/lang/Object;)Z
	public final fun getOtp ()Ljava/lang/String;
	public final fun getPassword ()Ljava/lang/String;
	public final fun getUsername ()Ljava/lang/String;
	public fun hashCode ()I
	public fun toString ()Ljava/lang/String;
}

public final class com/github/androidpasswordstore/autofillparser/FeatureAndTrustDetectionKt {
	public static final fun getBrowserAutofillSupportInfoIfTrusted (Landroid/content/Context;Ljava/lang/String;)Lcom/github/androidpasswordstore/autofillparser/BrowserAutofillSupportInfo;
	public static final fun getInstalledBrowsersWithAutofillSupportLevel (Landroid/content/Context;)Ljava/util/List;
}

public abstract interface class com/github/androidpasswordstore/autofillparser/FieldMatcher {
	public abstract fun match (Ljava/util/List;Ljava/util/List;)Ljava/util/List;
}

public final class com/github/androidpasswordstore/autofillparser/FieldMatcher$Builder {
	public fun <init> ()V
	public final fun breakTieOnPair (Lkotlin/jvm/functions/Function2;)V
	public final fun breakTieOnSingle (Lkotlin/jvm/functions/Function2;)V
	public final fun build ()Lcom/github/androidpasswordstore/autofillparser/FieldMatcher;
	public final fun takePair (Lkotlin/jvm/functions/Function2;)V
	public static synthetic fun takePair$default (Lcom/github/androidpasswordstore/autofillparser/FieldMatcher$Builder;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)V
	public final fun takeSingle (Lkotlin/jvm/functions/Function2;)V
	public static synthetic fun takeSingle$default (Lcom/github/androidpasswordstore/autofillparser/FieldMatcher$Builder;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)V
}

public final class com/github/androidpasswordstore/autofillparser/FillableForm {
	public static final field Companion Lcom/github/androidpasswordstore/autofillparser/FillableForm$Companion;
	public synthetic fun <init> (Lcom/github/androidpasswordstore/autofillparser/FormOrigin;Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;Ljava/util/List;Ljava/lang/Integer;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
	public final fun getFormOrigin ()Lcom/github/androidpasswordstore/autofillparser/FormOrigin;
	public final fun getIgnoredIds ()Ljava/util/List;
	public final fun getSaveFlags ()Ljava/lang/Integer;
	public final fun getScenario ()Lcom/github/androidpasswordstore/autofillparser/AutofillScenario;
	public final fun toClientState ()Landroid/os/Bundle;
}

public final class com/github/androidpasswordstore/autofillparser/FillableForm$Companion {
	public final fun parseAssistStructure (Landroid/content/Context;Landroid/app/assist/AssistStructure;ZLkotlin/sequences/Sequence;)Lcom/github/androidpasswordstore/autofillparser/FillableForm;
	public static synthetic fun parseAssistStructure$default (Lcom/github/androidpasswordstore/autofillparser/FillableForm$Companion;Landroid/content/Context;Landroid/app/assist/AssistStructure;ZLkotlin/sequences/Sequence;ILjava/lang/Object;)Lcom/github/androidpasswordstore/autofillparser/FillableForm;
}

public final class com/github/androidpasswordstore/autofillparser/FixedSaveCallback {
	public fun <init> (Landroid/content/Context;Landroid/service/autofill/SaveCallback;)V
	public final fun onFailure (Ljava/lang/CharSequence;)V
	public final fun onSuccess (Landroid/content/IntentSender;)V
}

public final class com/github/androidpasswordstore/autofillparser/FormField {
	public static final field Companion Lcom/github/androidpasswordstore/autofillparser/FormField$Companion;
	public fun <init> (Landroid/app/assist/AssistStructure$ViewNode;IZLjava/lang/String;)V
	public synthetic fun <init> (Landroid/app/assist/AssistStructure$ViewNode;IZLjava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
	public final fun directlyFollows (Lcom/github/androidpasswordstore/autofillparser/FormField;)Z
	public final fun directlyFollows (Ljava/lang/Iterable;)Z
	public final fun directlyPrecedes (Lcom/github/androidpasswordstore/autofillparser/FormField;)Z
	public final fun directlyPrecedes (Ljava/lang/Iterable;)Z
	public fun equals (Ljava/lang/Object;)Z
	public final fun getAutofillId ()Landroid/view/autofill/AutofillId;
	public final fun getCouldBeTwoStepHiddenPassword ()Z
	public final fun getCouldBeTwoStepHiddenUsername ()Z
	public final fun getHasAutocompleteHintCurrentPassword ()Z
	public final fun getHasAutofillHintPassword ()Z
	public final fun getHasHintNewPassword ()Z
	public final fun getHasHintOtp ()Z
	public final fun getHasHintPassword ()Z
	public final fun getHasHintUsername ()Z
	public final fun getOtpCertainty ()Lcom/github/androidpasswordstore/autofillparser/CertaintyLevel;
	public final fun getPasswordCertainty ()Lcom/github/androidpasswordstore/autofillparser/CertaintyLevel;
	public final fun getRelevantField ()Z
	public final fun getUsernameCertainty ()Lcom/github/androidpasswordstore/autofillparser/CertaintyLevel;
	public final fun getWebOrigin ()Ljava/lang/String;
	public final fun getWebOriginToPassDown ()Ljava/lang/String;
	public fun hashCode ()I
	public final fun isFocused ()Z
	public final fun isVisible ()Z
	public fun toString ()Ljava/lang/String;
}

public final class com/github/androidpasswordstore/autofillparser/FormField$Companion {
}

public abstract class com/github/androidpasswordstore/autofillparser/FormOrigin {
	public static final field Companion Lcom/github/androidpasswordstore/autofillparser/FormOrigin$Companion;
	public synthetic fun <init> (Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
	public fun getIdentifier ()Ljava/lang/String;
	public final fun getPrettyIdentifier (Landroid/content/Context;Z)Ljava/lang/String;
	public static synthetic fun getPrettyIdentifier$default (Lcom/github/androidpasswordstore/autofillparser/FormOrigin;Landroid/content/Context;ZILjava/lang/Object;)Ljava/lang/String;
	public final fun toBundle ()Landroid/os/Bundle;
}

public final class com/github/androidpasswordstore/autofillparser/FormOrigin$App : com/github/androidpasswordstore/autofillparser/FormOrigin {
	public fun <init> (Ljava/lang/String;)V
	public final fun component1 ()Ljava/lang/String;
	public final fun copy (Ljava/lang/String;)Lcom/github/androidpasswordstore/autofillparser/FormOrigin$App;
	public static synthetic fun copy$default (Lcom/github/androidpasswordstore/autofillparser/FormOrigin$App;Ljava/lang/String;ILjava/lang/Object;)Lcom/github/androidpasswordstore/autofillparser/FormOrigin$App;
	public fun equals (Ljava/lang/Object;)Z
	public fun getIdentifier ()Ljava/lang/String;
	public fun hashCode ()I
	public fun toString ()Ljava/lang/String;
}

public final class com/github/androidpasswordstore/autofillparser/FormOrigin$Companion {
	public final fun fromBundle (Landroid/os/Bundle;)Lcom/github/androidpasswordstore/autofillparser/FormOrigin;
}

public final class com/github/androidpasswordstore/autofillparser/FormOrigin$Web : com/github/androidpasswordstore/autofillparser/FormOrigin {
	public fun <init> (Ljava/lang/String;)V
	public final fun component1 ()Ljava/lang/String;
	public final fun copy (Ljava/lang/String;)Lcom/github/androidpasswordstore/autofillparser/FormOrigin$Web;
	public static synthetic fun copy$default (Lcom/github/androidpasswordstore/autofillparser/FormOrigin$Web;Ljava/lang/String;ILjava/lang/Object;)Lcom/github/androidpasswordstore/autofillparser/FormOrigin$Web;
	public fun equals (Ljava/lang/Object;)Z
	public fun getIdentifier ()Ljava/lang/String;
	public fun hashCode ()I
	public fun toString ()Ljava/lang/String;
}

public final class com/github/androidpasswordstore/autofillparser/GenericAutofillScenario : com/github/androidpasswordstore/autofillparser/AutofillScenario {
	public fun <init> (Ljava/lang/Object;ZLjava/lang/Object;Ljava/util/List;)V
	public final fun component1 ()Ljava/lang/Object;
	public final fun component2 ()Z
	public final fun component3 ()Ljava/lang/Object;
	public final fun component4 ()Ljava/util/List;
	public final fun copy (Ljava/lang/Object;ZLjava/lang/Object;Ljava/util/List;)Lcom/github/androidpasswordstore/autofillparser/GenericAutofillScenario;
	public static synthetic fun copy$default (Lcom/github/androidpasswordstore/autofillparser/GenericAutofillScenario;Ljava/lang/Object;ZLjava/lang/Object;Ljava/util/List;ILjava/lang/Object;)Lcom/github/androidpasswordstore/autofillparser/GenericAutofillScenario;
	public fun equals (Ljava/lang/Object;)Z
	public fun getAllPasswordFields ()Ljava/util/List;
	public fun getFillUsername ()Z
	public final fun getGenericPassword ()Ljava/util/List;
	public fun getOtp ()Ljava/lang/Object;
	public fun getPasswordFieldsToFillOnGenerate ()Ljava/util/List;
	public fun getPasswordFieldsToFillOnMatch ()Ljava/util/List;
	public fun getPasswordFieldsToFillOnSearch ()Ljava/util/List;
	public fun getPasswordFieldsToSave ()Ljava/util/List;
	public fun getUsername ()Ljava/lang/Object;
	public fun hashCode ()I
	public fun toString ()Ljava/lang/String;
}

public final class com/github/androidpasswordstore/autofillparser/PublicSuffixListCacheKt {
	public static final fun cachePublicSuffixList (Landroid/content/Context;)V
	public static final fun getCanonicalSuffix (Landroid/content/Context;Ljava/lang/String;Lkotlin/sequences/Sequence;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
	public static final fun getPublicSuffixPlusOne (Landroid/content/Context;Ljava/lang/String;Lkotlin/sequences/Sequence;)Ljava/lang/String;
	public static final fun getSuffixPlusUpToOne (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
}

public final class com/github/androidpasswordstore/autofillparser/SingleFieldMatcher : com/github/androidpasswordstore/autofillparser/FieldMatcher {
	public fun <init> (Lkotlin/jvm/functions/Function2;Ljava/util/List;)V
	public fun match (Ljava/util/List;Ljava/util/List;)Ljava/util/List;
}

public final class com/github/androidpasswordstore/autofillparser/SingleFieldMatcher$Builder {
	public fun <init> ()V
	public final fun breakTieOnSingle (Lkotlin/jvm/functions/Function2;)V
	public final fun build ()Lcom/github/androidpasswordstore/autofillparser/SingleFieldMatcher;
	public final fun takeSingle (Lkotlin/jvm/functions/Function2;)V
	public static synthetic fun takeSingle$default (Lcom/github/androidpasswordstore/autofillparser/SingleFieldMatcher$Builder;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)V
}

public final class mozilla/components/lib/publicsuffixlist/PublicSuffixList {
	public fun <init> (Landroid/content/Context;Lkotlinx/coroutines/CoroutineDispatcher;Lkotlinx/coroutines/CoroutineScope;)V
	public synthetic fun <init> (Landroid/content/Context;Lkotlinx/coroutines/CoroutineDispatcher;Lkotlinx/coroutines/CoroutineScope;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
	public final fun getPublicSuffix (Ljava/lang/String;)Lkotlinx/coroutines/Deferred;
	public final fun getPublicSuffixPlusOne (Ljava/lang/String;)Lkotlinx/coroutines/Deferred;
	public final fun isPublicSuffix (Ljava/lang/String;)Lkotlinx/coroutines/Deferred;
	public final fun prefetch ()Lkotlinx/coroutines/Deferred;
	public final fun stripPublicSuffix (Ljava/lang/String;)Lkotlinx/coroutines/Deferred;
}