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,60 @@
package com.google.android.gms.internal.ads;
import java.security.GeneralSecurityException;
/* loaded from: classes3.dex */
public final class zzgnv {
private zzgof zza = null;
private zzgvp zzb = null;
private Integer zzc = null;
private zzgnv() {
}
public /* synthetic */ zzgnv(zzgnw zzgnwVar) {
}
public final zzgnv zza(zzgvp zzgvpVar) throws GeneralSecurityException {
this.zzb = zzgvpVar;
return this;
}
public final zzgnv zzb(Integer num) {
this.zzc = num;
return this;
}
public final zzgnv zzc(zzgof zzgofVar) {
this.zza = zzgofVar;
return this;
}
public final zzgnx zzd() throws GeneralSecurityException {
zzgvp zzgvpVar;
zzgvo zza;
zzgof zzgofVar = this.zza;
if (zzgofVar == null || (zzgvpVar = this.zzb) == null) {
throw new GeneralSecurityException("Cannot build without parameters and/or key material");
}
if (zzgofVar.zzc() != zzgvpVar.zza()) {
throw new GeneralSecurityException("Key size mismatch");
}
if (zzgofVar.zza() && this.zzc == null) {
throw new GeneralSecurityException("Cannot create key without ID requirement with parameters with ID requirement");
}
if (!this.zza.zza() && this.zzc != null) {
throw new GeneralSecurityException("Cannot create key with ID requirement with parameters without ID requirement");
}
if (this.zza.zzf() == zzgod.zzd) {
zza = zzgml.zza;
} else if (this.zza.zzf() == zzgod.zzc || this.zza.zzf() == zzgod.zzb) {
zza = zzgml.zza(this.zzc.intValue());
} else {
if (this.zza.zzf() != zzgod.zza) {
throw new IllegalStateException("Unknown AesCmacParametersParameters.Variant: ".concat(String.valueOf(this.zza.zzf())));
}
zza = zzgml.zzb(this.zzc.intValue());
}
return new zzgnx(this.zza, this.zzb, zza, this.zzc, null);
}
}