79 lines
1.8 KiB
Java
79 lines
1.8 KiB
Java
package o;
|
|
|
|
import org.bouncycastle.crypto.tls.CipherSuite;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ZL extends ZI<cYC> {
|
|
public boolean c;
|
|
public String e;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public enum IeS {
|
|
ISO20022,
|
|
SINGLE_FORM,
|
|
NORMAL
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public ZL(C16903sI c16903sI) {
|
|
super(c16903sI);
|
|
C14957gcv.e(c16903sI, "");
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt {
|
|
private HBt() {
|
|
}
|
|
|
|
public /* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public static /* synthetic */ void b(ZL zl, String str, cYC cyc) {
|
|
C14957gcv.e(zl, "");
|
|
C14957gcv.e(str, "");
|
|
String str2 = zl.e;
|
|
cyc.b_(str2 != null ? str2 : "", str);
|
|
}
|
|
|
|
public static /* synthetic */ void e(IeS ieS, ET et, ET et2, cYC cyc) {
|
|
C14957gcv.e(ieS, "");
|
|
int i = RVV.e[ieS.ordinal()];
|
|
if (i == 1) {
|
|
cyc.c(true, CipherSuite.TLS_RSA_WITH_SEED_CBC_SHA);
|
|
} else if (i == 2) {
|
|
cyc.c(false, 75);
|
|
}
|
|
if (et != null) {
|
|
cyc.e(et);
|
|
}
|
|
if (et2 != null) {
|
|
cyc.a(et2);
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final /* synthetic */ class RVV {
|
|
public static final int[] e;
|
|
|
|
static {
|
|
int[] iArr = new int[IeS.values().length];
|
|
try {
|
|
iArr[IeS.ISO20022.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
iArr[IeS.SINGLE_FORM.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
e = iArr;
|
|
}
|
|
}
|
|
|
|
static {
|
|
new HBt((byte) 0);
|
|
}
|
|
}
|