- 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
48 lines
1.2 KiB
Java
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;
|
|
}
|
|
}
|