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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
package com.google.android.gms.internal.ads;
import java.security.GeneralSecurityException;
/* loaded from: classes3.dex */
public final class zzgnh implements zzgnm {
private final String zza;
private final zzgvo zzb;
private final zzgwj zzc;
private final zzgsj zzd;
private final zzgtp zze;
private final Integer zzf;
private zzgnh(String str, zzgvo zzgvoVar, zzgwj zzgwjVar, zzgsj zzgsjVar, zzgtp zzgtpVar, Integer num) {
this.zza = str;
this.zzb = zzgvoVar;
this.zzc = zzgwjVar;
this.zzd = zzgsjVar;
this.zze = zzgtpVar;
this.zzf = num;
}
public static zzgnh zza(String str, zzgwj zzgwjVar, zzgsj zzgsjVar, zzgtp zzgtpVar, Integer num) throws GeneralSecurityException {
if (zzgtpVar == zzgtp.RAW) {
if (num != null) {
throw new GeneralSecurityException("Keys with output prefix type raw should not have an id requirement.");
}
} else if (num == null) {
throw new GeneralSecurityException("Keys with output prefix type different from raw should have an id requirement.");
}
return new zzgnh(str, zzgnu.zza(str), zzgwjVar, zzgsjVar, zzgtpVar, num);
}
public final zzgsj zzb() {
return this.zzd;
}
public final zzgtp zzc() {
return this.zze;
}
@Override // com.google.android.gms.internal.ads.zzgnm
public final zzgvo zzd() {
return this.zzb;
}
public final zzgwj zze() {
return this.zzc;
}
public final Integer zzf() {
return this.zzf;
}
public final String zzg() {
return this.zza;
}
}