- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
72 lines
1.9 KiB
Java
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;
|
|
}
|
|
}
|