56 lines
1.2 KiB
Java
56 lines
1.2 KiB
Java
package com.google.android.gms.internal.p002firebaseauthapi;
|
|
|
|
import java.util.Arrays;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class zzbq {
|
|
private final Object zza;
|
|
private final byte[] zzb;
|
|
private final zzoy zzc;
|
|
private final int zzd;
|
|
private final zzaw zze;
|
|
private final int zzf;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public zzbq(Object obj, byte[] bArr, int i, zzoy zzoyVar, int i2, zzaw zzawVar) {
|
|
this.zza = obj;
|
|
this.zzb = Arrays.copyOf(bArr, bArr.length);
|
|
this.zzf = i;
|
|
this.zzc = zzoyVar;
|
|
this.zzd = i2;
|
|
this.zze = zzawVar;
|
|
}
|
|
|
|
public final byte[] zzf() {
|
|
byte[] bArr = this.zzb;
|
|
if (bArr == null) {
|
|
return null;
|
|
}
|
|
return Arrays.copyOf(bArr, bArr.length);
|
|
}
|
|
|
|
public final int zzg() {
|
|
return this.zzf;
|
|
}
|
|
|
|
public final Object zze() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final zzoy zzd() {
|
|
return this.zzc;
|
|
}
|
|
|
|
public final zzbn zzc() {
|
|
return this.zze.zza();
|
|
}
|
|
|
|
public final zzaw zzb() {
|
|
return this.zze;
|
|
}
|
|
|
|
public final int zza() {
|
|
return this.zzd;
|
|
}
|
|
}
|