package u2;

import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public final class k extends B2.s {

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

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

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

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

    public k(int i, int i5, int i6, g gVar) {
        this.f10349b = i;
        this.f10350c = i5;
        this.f10351d = i6;
        this.f10352e = gVar;
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof k)) {
            return false;
        }
        k kVar = (k) obj;
        return kVar.f10349b == this.f10349b && kVar.f10350c == this.f10350c && kVar.f10351d == this.f10351d && kVar.f10352e == this.f10352e;
    }

    public final int hashCode() {
        return Objects.hash(k.class, Integer.valueOf(this.f10349b), Integer.valueOf(this.f10350c), Integer.valueOf(this.f10351d), this.f10352e);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("AesEax Parameters (variant: ");
        sb.append(this.f10352e);
        sb.append(", ");
        sb.append(this.f10350c);
        sb.append("-byte IV, ");
        sb.append(this.f10351d);
        sb.append("-byte tag, and ");
        return s0.c.d(sb, this.f10349b, "-byte key)");
    }
}
