Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzghg.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

48 lines
1.2 KiB
Java

package com.google.android.gms.internal.ads;
import java.util.Objects;
/* loaded from: classes3.dex */
public final class zzghg extends zzgeu {
private final String zza;
private final zzghf zzb;
private zzghg(String str, zzghf zzghfVar) {
this.zza = str;
this.zzb = zzghfVar;
}
public static zzghg zzc(String str, zzghf zzghfVar) {
return new zzghg(str, zzghfVar);
}
public final boolean equals(Object obj) {
if (!(obj instanceof zzghg)) {
return false;
}
zzghg zzghgVar = (zzghg) obj;
return zzghgVar.zza.equals(this.zza) && zzghgVar.zzb.equals(this.zzb);
}
public final int hashCode() {
return Objects.hash(zzghg.class, this.zza, this.zzb);
}
public final String toString() {
return "LegacyKmsAead Parameters (keyUri: " + this.zza + ", variant: " + this.zzb.toString() + ")";
}
@Override // com.google.android.gms.internal.ads.zzgek
public final boolean zza() {
return this.zzb != zzghf.zzb;
}
public final zzghf zzb() {
return this.zzb;
}
public final String zzd() {
return this.zza;
}
}