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

84 lines
2.7 KiB
Java

package o;
import org.spongycastle.asn1.ASN1Integer;
/* renamed from: o.gpf, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C15403gpf extends AbstractC15346gnv {
private static ASN1Integer a;
private static C15423gpz b;
private static ASN1Integer c;
private static C15423gpz d;
public C15423gpz e;
private C15423gpz f;
private ASN1Integer h;
private ASN1Integer i;
static {
C15423gpz c15423gpz = new C15423gpz(InterfaceC15406gpi.d, C15380got.a);
b = c15423gpz;
d = new C15423gpz(InterfaceC15405gph.c_, c15423gpz);
a = new ASN1Integer(20L);
c = new ASN1Integer(1L);
}
public static C15403gpf e(Object obj) {
if (obj instanceof C15403gpf) {
return (C15403gpf) obj;
}
if (obj != null) {
return new C15403gpf(AbstractC15317gnH.a(obj));
}
return null;
}
public C15403gpf() {
this.e = b;
this.f = d;
this.h = a;
this.i = c;
}
private C15403gpf(AbstractC15317gnH abstractC15317gnH) {
this.e = b;
this.f = d;
this.h = a;
this.i = c;
for (int i = 0; i != abstractC15317gnH.e(); i++) {
AbstractC15321gnP abstractC15321gnP = (AbstractC15321gnP) abstractC15317gnH.d(i);
int i2 = abstractC15321gnP.e;
if (i2 == 0) {
AbstractC15317gnH b2 = AbstractC15317gnH.b(abstractC15321gnP, true);
this.e = b2 != null ? new C15423gpz(AbstractC15317gnH.a(b2)) : null;
} else if (i2 == 1) {
AbstractC15317gnH b3 = AbstractC15317gnH.b(abstractC15321gnP, true);
this.f = b3 != null ? new C15423gpz(AbstractC15317gnH.a(b3)) : null;
} else if (i2 == 2) {
this.h = ASN1Integer.d(abstractC15321gnP, true);
} else if (i2 == 3) {
this.i = ASN1Integer.d(abstractC15321gnP, true);
} else {
throw new IllegalArgumentException("unknown tag");
}
}
}
@Override // o.AbstractC15346gnv, o.InterfaceC15342gnr
public final AbstractC15315gnE i() {
C15343gns c15343gns = new C15343gns();
if (!this.e.equals(b)) {
c15343gns.a.addElement(new C15355goI(true, 0, this.e));
}
if (!this.f.equals(d)) {
c15343gns.a.addElement(new C15355goI(true, 1, this.f));
}
if (!this.h.equals(a)) {
c15343gns.a.addElement(new C15355goI(true, 2, this.h));
}
if (!this.i.equals(c)) {
c15343gns.a.addElement(new C15355goI(true, 3, this.i));
}
return new C15385goy(c15343gns);
}
}