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

62 lines
1.5 KiB
Java

package o;
import com.google.zxing.NotFoundException;
/* loaded from: classes2.dex */
public final class Bzp extends PWV {
private final String d;
private final String e;
public Bzp(C17416wdP c17416wdP, String str, String str2) {
super(c17416wdP);
this.d = str2;
this.e = str;
}
@Override // o.SpN
public final String a() throws NotFoundException {
if (e().d != 84) {
throw NotFoundException.b();
}
StringBuilder sb = new StringBuilder();
d(sb, 8);
c(sb, 48, 20);
int d = itT.d(d().c, 68, 16);
if (d != 38400) {
sb.append('(');
sb.append(this.d);
sb.append(')');
int i = d % 32;
int i2 = d / 32;
int i3 = (i2 % 12) + 1;
int i4 = i2 / 12;
if (i4 / 10 == 0) {
sb.append('0');
}
sb.append(i4);
if (i3 / 10 == 0) {
sb.append('0');
}
sb.append(i3);
if (i / 10 == 0) {
sb.append('0');
}
sb.append(i);
}
return sb.toString();
}
@Override // o.PWV
protected final void a(StringBuilder sb, int i) {
sb.append('(');
sb.append(this.e);
sb.append(i / 100000);
sb.append(')');
}
@Override // o.PWV
protected final int c(int i) {
return i % 100000;
}
}