what-the-bank/sources/o/C15434gqc.java

74 lines
2.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import org.spongycastle.asn1.ASN1Integer;
/* renamed from: o.gqc, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C15434gqc extends AbstractC15346gnv {
public ASN1Integer a;
public C15439gqh b;
public C15417gpt c;
public C15367gog d;
public C15391gpH e;
public C15423gpz f;
public C15417gpt g;
public C15439gqh h;
public gpZ i;
public C15367gog j;
private AbstractC15317gnH k;
public ASN1Integer m;
/* JADX INFO: Access modifiers changed from: package-private */
public C15434gqc(AbstractC15317gnH abstractC15317gnH) {
int i;
C15423gpz c15423gpz;
gpZ gpz;
this.k = abstractC15317gnH;
if (abstractC15317gnH.d(0) instanceof C15355goI) {
this.m = ASN1Integer.d((AbstractC15321gnP) abstractC15317gnH.d(0), true);
i = 0;
} else {
this.m = new ASN1Integer(0L);
i = -1;
}
this.a = ASN1Integer.e(abstractC15317gnH.d(i + 1));
InterfaceC15342gnr d = abstractC15317gnH.d(i + 2);
if (d instanceof C15423gpz) {
c15423gpz = (C15423gpz) d;
} else {
c15423gpz = d != null ? new C15423gpz(AbstractC15317gnH.a(d)) : null;
}
this.f = c15423gpz;
this.c = C15417gpt.c(abstractC15317gnH.d(i + 3));
AbstractC15317gnH abstractC15317gnH2 = (AbstractC15317gnH) abstractC15317gnH.d(i + 4);
this.h = C15439gqh.e(abstractC15317gnH2.d(0));
this.b = C15439gqh.e(abstractC15317gnH2.d(1));
this.g = C15417gpt.c(abstractC15317gnH.d(i + 5));
int i2 = i + 6;
InterfaceC15342gnr d2 = abstractC15317gnH.d(i2);
if (d2 instanceof gpZ) {
gpz = (gpZ) d2;
} else {
gpz = d2 != null ? new gpZ(AbstractC15317gnH.a(d2)) : null;
}
this.i = gpz;
for (int e = (abstractC15317gnH.e() - i2) - 1; e > 0; e--) {
C15355goI c15355goI = (C15355goI) abstractC15317gnH.d(i2 + e);
int i3 = c15355goI.e;
if (i3 == 1) {
this.d = C15367gog.a(c15355goI);
} else if (i3 == 2) {
this.j = C15367gog.a(c15355goI);
} else if (i3 == 3) {
AbstractC15317gnH b = AbstractC15317gnH.b(c15355goI, true);
this.e = b != null ? new C15391gpH(AbstractC15317gnH.a(b)) : null;
}
}
}
@Override // o.AbstractC15346gnv, o.InterfaceC15342gnr
public final AbstractC15315gnE i() {
return this.k;
}
}