Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzgow.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

72 lines
1.9 KiB
Java

package com.google.android.gms.internal.ads;
import java.util.Objects;
/* loaded from: classes3.dex */
public final class zzgow extends zzgoz {
private final int zza;
private final int zzb;
private final zzgou zzc;
private final zzgot zzd;
public /* synthetic */ zzgow(int i, int i2, zzgou zzgouVar, zzgot zzgotVar, zzgov zzgovVar) {
this.zza = i;
this.zzb = i2;
this.zzc = zzgouVar;
this.zzd = zzgotVar;
}
public static zzgos zze() {
return new zzgos(null);
}
public final boolean equals(Object obj) {
if (!(obj instanceof zzgow)) {
return false;
}
zzgow zzgowVar = (zzgow) obj;
return zzgowVar.zza == this.zza && zzgowVar.zzd() == zzd() && zzgowVar.zzc == this.zzc && zzgowVar.zzd == this.zzd;
}
public final int hashCode() {
return Objects.hash(zzgow.class, Integer.valueOf(this.zza), Integer.valueOf(this.zzb), this.zzc, this.zzd);
}
public final String toString() {
zzgot zzgotVar = this.zzd;
return "HMAC Parameters (variant: " + String.valueOf(this.zzc) + ", hashType: " + String.valueOf(zzgotVar) + ", " + this.zzb + "-byte tags, and " + this.zza + "-byte key)";
}
@Override // com.google.android.gms.internal.ads.zzgek
public final boolean zza() {
return this.zzc != zzgou.zzd;
}
public final int zzb() {
return this.zzb;
}
public final int zzc() {
return this.zza;
}
public final int zzd() {
zzgou zzgouVar = this.zzc;
if (zzgouVar == zzgou.zzd) {
return this.zzb;
}
if (zzgouVar == zzgou.zza || zzgouVar == zzgou.zzb || zzgouVar == zzgou.zzc) {
return this.zzb + 5;
}
throw new IllegalStateException("Unknown variant");
}
public final zzgot zzf() {
return this.zzd;
}
public final zzgou zzg() {
return this.zzc;
}
}