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

22 lines
522 B
Java

package o;
import org.bouncycastle.crypto.tls.CipherSuite;
/* loaded from: classes2.dex */
final class Dng extends Nnt {
@Override // o.Nnt
public final int a() {
return 10;
}
@Override // o.Nnt
public final int e(int i) {
return i <= 8 ? CipherSuite.TLS_RSA_WITH_AES_128_GCM_SHA256 : CipherSuite.TLS_DH_anon_WITH_SEED_CBC_SHA;
}
/* JADX INFO: Access modifiers changed from: package-private */
public Dng() {
super(false, 1558, 620, 22, 22, 36, -1, 62);
}
}