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

58 lines
2.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.res.Resources;
import android.util.Base64;
import java.nio.charset.StandardCharsets;
import o.InterfaceC9002dbW;
/* loaded from: classes3.dex */
public final class ZM extends ZI<InterfaceC9002dbW.IeS> {
private static byte g = 6;
private static int h = 0;
private static int i = 1;
private final xZj a;
private final InterfaceC3521azC b;
public String c;
private final Resources d;
private final CQ e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public ZM(C16903sI c16903sI, CQ cq, InterfaceC3521azC interfaceC3521azC, xZj xzj, Resources resources) {
super(c16903sI);
C14957gcv.e(c16903sI, "");
C14957gcv.e(cq, "");
C14957gcv.e(interfaceC3521azC, "");
C14957gcv.e(xzj, "");
C14957gcv.e(resources, "");
this.e = cq;
this.b = interfaceC3521azC;
this.a = xzj;
this.d = resources;
this.c = "";
}
private static void k(String str, Object[] objArr) {
byte[] decode = Base64.decode(str, 0);
byte[] bArr = new byte[decode.length];
for (int i2 = 0; i2 < decode.length; i2++) {
bArr[i2] = (byte) (decode[(decode.length - i2) - 1] ^ g);
}
objArr[0] = new String(bArr, StandardCharsets.UTF_8);
}
/* JADX INFO: Access modifiers changed from: private */
/* JADX WARN: Removed duplicated region for block: B:30:0x00de */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static final void a(java.lang.String r6, o.ZM r7, java.lang.Boolean r8, java.lang.String r9, o.FZ r10, o.InterfaceC9002dbW.IeS r11) {
/*
Method dump skipped, instructions count: 288
To view this dump add '--comments-level debug' option
*/
throw new UnsupportedOperationException("Method not decompiled: o.ZM.a(java.lang.String, o.ZM, java.lang.Boolean, java.lang.String, o.FZ, o.dbW$IeS):void");
}
}