package com.google.android.gms.internal.ads;

import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
public final class uw1 extends kw1 {

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final sw1 f17409f;

    public uw1(int i10, int i11, int i12, int i13, tw1 tw1Var, sw1 sw1Var) {
        this.f17404a = i10;
        this.f17405b = i11;
        this.f17406c = i12;
        this.f17407d = i13;
        this.f17408e = tw1Var;
        this.f17409f = sw1Var;
    }

    @Override // com.google.android.gms.internal.ads.dw1
    public final boolean a() {
        return this.f17408e != tw1.f17013d;
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof uw1)) {
            return false;
        }
        uw1 uw1Var = (uw1) obj;
        return uw1Var.f17404a == this.f17404a && uw1Var.f17405b == this.f17405b && uw1Var.f17406c == this.f17406c && uw1Var.f17407d == this.f17407d && uw1Var.f17408e == this.f17408e && uw1Var.f17409f == this.f17409f;
    }

    public final int hashCode() {
        return Objects.hash(uw1.class, Integer.valueOf(this.f17404a), Integer.valueOf(this.f17405b), Integer.valueOf(this.f17406c), Integer.valueOf(this.f17407d), this.f17408e, this.f17409f);
    }

    public final String toString() {
        String strValueOf = String.valueOf(this.f17408e);
        String strValueOf2 = String.valueOf(this.f17409f);
        int length = strValueOf.length();
        int length2 = strValueOf2.length();
        int i10 = this.f17406c;
        int length3 = String.valueOf(i10).length();
        int i11 = this.f17407d;
        int length4 = String.valueOf(i11).length();
        int i12 = this.f17404a;
        int length5 = String.valueOf(i12).length();
        int i13 = this.f17405b;
        StringBuilder sb = new StringBuilder(length + 48 + length2 + 2 + length3 + 14 + length4 + 16 + length5 + 19 + String.valueOf(i13).length() + 15);
        u.a.h(sb, "AesCtrHmacAead Parameters (variant: ", strValueOf, ", hashType: ", strValueOf2);
        com.google.android.gms.measurement.internal.u1.y(sb, ", ", i10, "-byte IV, and ", i11);
        com.google.android.gms.measurement.internal.u1.y(sb, "-byte tags, and ", i12, "-byte AES key, and ", i13);
        sb.append("-byte HMAC key)");
        return sb.toString();
    }
}
