package M3;

import java.util.Objects;

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

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

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

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

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

    public k(int i6, int i7, int i8, j jVar) {
        this.f5078b = i6;
        this.f5079c = i7;
        this.f5080d = i8;
        this.f5081e = jVar;
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof k)) {
            return false;
        }
        k kVar = (k) obj;
        return kVar.f5078b == this.f5078b && kVar.f5079c == this.f5079c && kVar.f5080d == this.f5080d && kVar.f5081e == this.f5081e;
    }

    public final int hashCode() {
        return Objects.hash(Integer.valueOf(this.f5078b), Integer.valueOf(this.f5079c), Integer.valueOf(this.f5080d), this.f5081e);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("AesEax Parameters (variant: ");
        sb.append(this.f5081e);
        sb.append(", ");
        sb.append(this.f5079c);
        sb.append("-byte IV, ");
        sb.append(this.f5080d);
        sb.append("-byte tag, and ");
        return Z0.o.q(sb, this.f5078b, "-byte key)");
    }
}
