package com.google.android.gms.internal.p002firebaseauthapi; import java.util.Arrays; /* loaded from: classes.dex */ public final class zzdn extends zzcx { private final int zza; private final int zzb; private final int zzc; private final int zzd; private final zzdl zze; private final zzdk zzf; /* synthetic */ zzdn(int i10, int i11, int i12, int i13, zzdl zzdlVar, zzdk zzdkVar, zzdm zzdmVar) { this.zza = i10; this.zzb = i11; this.zzc = i12; this.zzd = i13; this.zze = zzdlVar; this.zzf = zzdkVar; } public final boolean equals(Object obj) { if (!(obj instanceof zzdn)) { return false; } zzdn zzdnVar = (zzdn) obj; return zzdnVar.zza == this.zza && zzdnVar.zzb == this.zzb && zzdnVar.zzc == this.zzc && zzdnVar.zzd == this.zzd && zzdnVar.zze == this.zze && zzdnVar.zzf == this.zzf; } public final int hashCode() { return Arrays.hashCode(new Object[]{zzdn.class, Integer.valueOf(this.zza), Integer.valueOf(this.zzb), Integer.valueOf(this.zzc), Integer.valueOf(this.zzd), this.zze, this.zzf}); } public final String toString() { return "AesCtrHmacAead Parameters (variant: " + String.valueOf(this.zze) + ", hashType: " + String.valueOf(this.zzf) + ", " + this.zzc + "-byte IV, and " + this.zzd + "-byte tags, and " + this.zza + "-byte AES key, and " + this.zzb + "-byte HMAC key)"; } public final int zza() { return this.zza; } public final int zzb() { return this.zzb; } public final int zzc() { return this.zzc; } public final int zzd() { return this.zzd; } public final zzdk zze() { return this.zzf; } public final zzdl zzf() { return this.zze; } public final boolean zzg() { return this.zze != zzdl.zzc; } }