package com.google.android.gms.internal.p002firebaseauthapi; import java.util.Arrays; /* loaded from: classes.dex */ public final class zzey extends zzcx { private final int zza; private final int zzb = 12; private final int zzc = 16; private final zzew zzd; /* synthetic */ zzey(int i10, int i11, int i12, zzew zzewVar, zzex zzexVar) { this.zza = i10; this.zzd = zzewVar; } public final boolean equals(Object obj) { if (!(obj instanceof zzey)) { return false; } zzey zzeyVar = (zzey) obj; return zzeyVar.zza == this.zza && zzeyVar.zzd == this.zzd; } public final int hashCode() { return Arrays.hashCode(new Object[]{zzey.class, Integer.valueOf(this.zza), 12, 16, this.zzd}); } public final String toString() { return "AesGcm Parameters (variant: " + String.valueOf(this.zzd) + ", 12-byte IV, 16-byte tag, and " + this.zza + "-byte key)"; } public final int zza() { return this.zza; } public final zzew zzb() { return this.zzd; } public final boolean zzc() { return this.zzd != zzew.zzc; } }