package u2;

import java.util.Objects;

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

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

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

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

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

    public n(int i, int i5, int i6, g gVar) {
        this.f10357b = i;
        this.f10358c = i5;
        this.f10359d = i6;
        this.f10360e = gVar;
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof n)) {
            return false;
        }
        n nVar = (n) obj;
        return nVar.f10357b == this.f10357b && nVar.f10358c == this.f10358c && nVar.f10359d == this.f10359d && nVar.f10360e == this.f10360e;
    }

    public final int hashCode() {
        return Objects.hash(n.class, Integer.valueOf(this.f10357b), Integer.valueOf(this.f10358c), Integer.valueOf(this.f10359d), this.f10360e);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("AesGcm Parameters (variant: ");
        sb.append(this.f10360e);
        sb.append(", ");
        sb.append(this.f10358c);
        sb.append("-byte IV, ");
        sb.append(this.f10359d);
        sb.append("-byte tag, and ");
        return s0.c.d(sb, this.f10357b, "-byte key)");
    }
}
