package I3;

import d5.AbstractC0844a;
import java.util.Objects;

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

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

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

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

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

    public k(int i, int i5, int i8, j jVar) {
        this.f3341b = i;
        this.f3342c = i5;
        this.f3343d = i8;
        this.f3344e = jVar;
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof k)) {
            return false;
        }
        k kVar = (k) obj;
        return kVar.f3341b == this.f3341b && kVar.f3342c == this.f3342c && kVar.f3343d == this.f3343d && kVar.f3344e == this.f3344e;
    }

    public final int hashCode() {
        return Objects.hash(Integer.valueOf(this.f3341b), Integer.valueOf(this.f3342c), Integer.valueOf(this.f3343d), this.f3344e);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("AesEax Parameters (variant: ");
        sb.append(this.f3344e);
        sb.append(", ");
        sb.append(this.f3342c);
        sb.append("-byte IV, ");
        sb.append(this.f3343d);
        sb.append("-byte tag, and ");
        return AbstractC0844a.n(sb, this.f3341b, "-byte key)");
    }
}
