package y;

import java.util.ArrayList;
import java.util.List;

/* JADX INFO: renamed from: y.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0741c {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public int f6949a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public int f6950b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public int f6951c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public short f6952d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public short f6953e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public int f6954f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public int f6955g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public int f6956h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public int f6957i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public int f6958j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public int f6959k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public byte[] f6960l;

    C0741c(int i2, int i3, int i4, short s2, short s3, int i5, int i6, int i7, int i8, int i9, int i10, byte[] bArr) {
        this.f6949a = i2;
        this.f6950b = i3;
        this.f6951c = i4;
        this.f6952d = s2;
        this.f6953e = s3;
        this.f6954f = i5;
        this.f6955g = i6;
        this.f6956h = i7;
        this.f6957i = i8;
        this.f6958j = i9;
        this.f6959k = i10;
        this.f6960l = bArr;
    }

    private static byte[] b(int i2) {
        return new byte[]{(byte) ((i2 >> 24) & 255), (byte) ((i2 >> 16) & 255), (byte) ((i2 >> 8) & 255), (byte) (i2 & 255)};
    }

    private static byte[] c(byte[] bArr, byte[] bArr2) {
        byte[] bArr3 = new byte[bArr.length + bArr2.length];
        System.arraycopy(bArr, 0, bArr3, 0, bArr.length);
        System.arraycopy(bArr2, 0, bArr3, bArr.length, bArr2.length);
        return bArr3;
    }

    private static byte[] d(short s2) {
        return new byte[]{(byte) ((s2 >> 8) & 255), (byte) (s2 & 255)};
    }

    public List a() {
        ArrayList arrayList = new ArrayList();
        arrayList.add(c(c(c(c(c(c(c(c(c(c(c(b(this.f6949a), b(this.f6950b)), b(this.f6951c)), d(this.f6952d)), d(this.f6953e)), b(this.f6954f)), b(this.f6955g)), b(this.f6956h)), b(this.f6957i)), b(this.f6958j)), b(this.f6959k)), this.f6960l));
        return arrayList;
    }
}
