package p421.p433.p434.p442.p443;

/* JADX INFO: renamed from: ޏ.ؠ.֏.ނ.ލ.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public enum EnumC6831 {
    KEY_STRENGTH_128(1, 8, 16, 16),
    KEY_STRENGTH_192(2, 12, 24, 24),
    KEY_STRENGTH_256(3, 16, 32, 32);


    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public int f19815;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public int f19816;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public int f19817;

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public int f19818;

    EnumC6831(int i, int i2, int i3, int i4) {
        this.f19815 = i;
        this.f19816 = i2;
        this.f19817 = i3;
        this.f19818 = i4;
    }
}
