55 lines
1.5 KiB
Java
55 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.security.AlgorithmParameters;
|
|
import javax.crypto.spec.IvParameterSpec;
|
|
import javax.crypto.spec.PBEParameterSpec;
|
|
import javax.crypto.spec.RC2ParameterSpec;
|
|
import javax.crypto.spec.RC5ParameterSpec;
|
|
|
|
/* renamed from: o.grc, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public class C15475grc {
|
|
private C15449gqr c;
|
|
private int d;
|
|
private int f;
|
|
private int i;
|
|
private int j;
|
|
private Class[] e = {IvParameterSpec.class, PBEParameterSpec.class, RC2ParameterSpec.class, RC5ParameterSpec.class};
|
|
private int b = 0;
|
|
private AlgorithmParameters a = null;
|
|
|
|
protected C15475grc(InterfaceC15444gqm interfaceC15444gqm, int i, int i2, int i3, int i4) {
|
|
this.j = 2;
|
|
this.d = 1;
|
|
this.c = new C15453gqv(interfaceC15444gqm);
|
|
this.j = i;
|
|
this.d = i2;
|
|
this.f = i3;
|
|
this.i = i4;
|
|
}
|
|
|
|
/* renamed from: o.grc$RVV */
|
|
/* loaded from: classes6.dex */
|
|
public static class RVV extends C15475grc {
|
|
public RVV() {
|
|
super(new C15450gqs(new C15451gqt()), 0, 0, 64, 64);
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.grc$HBt */
|
|
/* loaded from: classes6.dex */
|
|
public static class HBt extends C15475grc {
|
|
public HBt() {
|
|
super(new C15450gqs(new C15451gqt()), 0, 1, 64, 64);
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.grc$LWm */
|
|
/* loaded from: classes6.dex */
|
|
public static class LWm extends C15475grc {
|
|
public LWm() {
|
|
super(new C15450gqs(new C15448gqq()), 3, 1, 256, 128);
|
|
}
|
|
}
|
|
}
|