package ea;

import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
public final class u extends c {

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

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

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

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

    public u(int i10, int i11, int i12, t tVar) {
        this.f25763a = i10;
        this.f25764b = i11;
        this.f25765c = i12;
        this.f25766d = tVar;
    }

    public static u.e b() {
        return new u.e(13);
    }

    @Override // da.l
    public final boolean a() {
        return this.f25766d != t.f25759d;
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof u)) {
            return false;
        }
        u uVar = (u) obj;
        return uVar.f25763a == this.f25763a && uVar.f25764b == this.f25764b && uVar.f25765c == this.f25765c && uVar.f25766d == this.f25766d;
    }

    public final int hashCode() {
        return Objects.hash(u.class, Integer.valueOf(this.f25763a), Integer.valueOf(this.f25764b), Integer.valueOf(this.f25765c), this.f25766d);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("AesGcm Parameters (variant: ");
        sb.append(this.f25766d);
        sb.append(", ");
        sb.append(this.f25764b);
        sb.append("-byte IV, ");
        sb.append(this.f25765c);
        sb.append("-byte tag, and ");
        return u.a.b(sb, this.f25763a, "-byte key)");
    }
}
