package com.google.android.gms.internal.p002firebaseauthapi; import java.util.Arrays; /* loaded from: classes.dex */ public final class zzci { private final Object zza; private final Object zzb; private final byte[] zzc; private final zzui zzd; private final int zze; private final String zzf; private final zzbn zzg; private final int zzh; zzci(Object obj, Object obj2, byte[] bArr, int i10, zzui zzuiVar, int i11, String str, zzbn zzbnVar) { this.zza = obj; this.zzb = obj2; this.zzc = Arrays.copyOf(bArr, bArr.length); this.zzh = i10; this.zzd = zzuiVar; this.zze = i11; this.zzf = str; this.zzg = zzbnVar; } public final int zza() { return this.zze; } public final zzbn zzb() { return this.zzg; } public final zzui zzc() { return this.zzd; } public final Object zzd() { return this.zza; } public final Object zze() { return this.zzb; } public final String zzf() { return this.zzf; } public final byte[] zzg() { byte[] bArr = this.zzc; if (bArr == null) { return null; } return Arrays.copyOf(bArr, bArr.length); } public final int zzh() { return this.zzh; } }