package h1;

import java.util.Arrays;
import java.util.Objects;

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

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final long f13318e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final long f13319f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final i[] f13320g;

    public c(String str, int i, int i5, long j8, long j9, i[] iVarArr) {
        super("CHAP");
        this.f13315b = str;
        this.f13316c = i;
        this.f13317d = i5;
        this.f13318e = j8;
        this.f13319f = j9;
        this.f13320g = iVarArr;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && c.class == obj.getClass()) {
            c cVar = (c) obj;
            if (this.f13316c == cVar.f13316c && this.f13317d == cVar.f13317d && this.f13318e == cVar.f13318e && this.f13319f == cVar.f13319f && Objects.equals(this.f13315b, cVar.f13315b) && Arrays.equals(this.f13320g, cVar.f13320g)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int i = (((((((527 + this.f13316c) * 31) + this.f13317d) * 31) + ((int) this.f13318e)) * 31) + ((int) this.f13319f)) * 31;
        String str = this.f13315b;
        return i + (str != null ? str.hashCode() : 0);
    }
}
