package s1;

/* JADX INFO: loaded from: classes.dex */
public final class c {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final boolean f16755b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final byte[] f16756c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final byte[] f16757d;

    public c(int i, boolean z8, byte[] bArr, byte[] bArr2) {
        this.f16754a = i;
        this.f16755b = z8;
        this.f16756c = bArr;
        this.f16757d = bArr2;
    }
}
