Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
package com.google.android.gms.internal.ads;
import java.util.Objects;
/* loaded from: classes3.dex */
public final class zzgfu extends zzgeu {
private final int zza;
private final int zzb;
private final int zzc = 16;
private final zzgfs zzd;
public /* synthetic */ zzgfu(int i, int i2, int i3, zzgfs zzgfsVar, zzgft zzgftVar) {
this.zza = i;
this.zzb = i2;
this.zzd = zzgfsVar;
}
public static zzgfr zzd() {
return new zzgfr(null);
}
public final boolean equals(Object obj) {
if (!(obj instanceof zzgfu)) {
return false;
}
zzgfu zzgfuVar = (zzgfu) obj;
return zzgfuVar.zza == this.zza && zzgfuVar.zzb == this.zzb && zzgfuVar.zzd == this.zzd;
}
public final int hashCode() {
return Objects.hash(zzgfu.class, Integer.valueOf(this.zza), Integer.valueOf(this.zzb), 16, this.zzd);
}
public final String toString() {
return "AesEax Parameters (variant: " + String.valueOf(this.zzd) + ", " + this.zzb + "-byte IV, 16-byte tag, and " + this.zza + "-byte key)";
}
@Override // com.google.android.gms.internal.ads.zzgek
public final boolean zza() {
return this.zzd != zzgfs.zzc;
}
public final int zzb() {
return this.zzb;
}
public final int zzc() {
return this.zza;
}
public final zzgfs zze() {
return this.zzd;
}
}