47 lines
1.1 KiB
Java
47 lines
1.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.dh, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C9296dh {
|
|
|
|
@SerializedName("pubKeyIndex")
|
|
private final String a;
|
|
|
|
@SerializedName("cardNumber")
|
|
private final String b;
|
|
|
|
@SerializedName("serverRandom")
|
|
private final String c;
|
|
|
|
@SerializedName("encryptedPIN")
|
|
private final String d;
|
|
|
|
@SerializedName("e2eeSid")
|
|
private final String e;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String f;
|
|
|
|
@SerializedName("transactionToken")
|
|
private final String h;
|
|
|
|
public C9296dh(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
this.h = str;
|
|
this.b = str2;
|
|
this.d = str3;
|
|
this.e = str4;
|
|
this.c = str5;
|
|
this.a = str6;
|
|
this.f = str7;
|
|
}
|
|
}
|