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

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;
}
}