Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzgof.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -08:00

65 lines
1.7 KiB
Java

package com.google.android.gms.internal.ads;
import java.util.Objects;
/* loaded from: classes3.dex */
public final class zzgof extends zzgoz {
private final int zza;
private final int zzb;
private final zzgod zzc;
public /* synthetic */ zzgof(int i, int i2, zzgod zzgodVar, zzgoe zzgoeVar) {
this.zza = i;
this.zzb = i2;
this.zzc = zzgodVar;
}
public static zzgoc zze() {
return new zzgoc(null);
}
public final boolean equals(Object obj) {
if (!(obj instanceof zzgof)) {
return false;
}
zzgof zzgofVar = (zzgof) obj;
return zzgofVar.zza == this.zza && zzgofVar.zzd() == zzd() && zzgofVar.zzc == this.zzc;
}
public final int hashCode() {
return Objects.hash(zzgof.class, Integer.valueOf(this.zza), Integer.valueOf(this.zzb), this.zzc);
}
public final String toString() {
return "AES-CMAC Parameters (variant: " + String.valueOf(this.zzc) + ", " + this.zzb + "-byte tags, and " + this.zza + "-byte key)";
}
@Override // com.google.android.gms.internal.ads.zzgek
public final boolean zza() {
return this.zzc != zzgod.zzd;
}
public final int zzb() {
return this.zzb;
}
public final int zzc() {
return this.zza;
}
public final int zzd() {
zzgod zzgodVar = this.zzc;
if (zzgodVar == zzgod.zzd) {
return this.zzb;
}
if (zzgodVar == zzgod.zza || zzgodVar == zzgod.zzb || zzgodVar == zzgod.zzc) {
return this.zzb + 5;
}
throw new IllegalStateException("Unknown variant");
}
public final zzgod zzf() {
return this.zzc;
}
}