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 zzgfl {
private zzgfu zza = null;
private zzgvp zzb = null;
private Integer zzc = null;
private zzgfl() {
}
public /* synthetic */ zzgfl(zzgfm zzgfmVar) {
}
public final zzgfl zza(Integer num) {
this.zzc = num;
return this;
}
public final zzgfl zzb(zzgvp zzgvpVar) {
this.zzb = zzgvpVar;
return this;
}
public final zzgfl zzc(zzgfu zzgfuVar) {
this.zza = zzgfuVar;
return this;
}
public final zzgfn zzd() throws GeneralSecurityException {
zzgvp zzgvpVar;
zzgvo zzb;
zzgfu zzgfuVar = this.zza;
if (zzgfuVar == null || (zzgvpVar = this.zzb) == null) {
throw new GeneralSecurityException("Cannot build without parameters and/or key material");
}
if (zzgfuVar.zzc() != zzgvpVar.zza()) {
throw new GeneralSecurityException("Key size mismatch");
}
if (zzgfuVar.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.zze() == zzgfs.zzc) {
zzb = zzgml.zza;
} else if (this.zza.zze() == zzgfs.zzb) {
zzb = zzgml.zza(this.zzc.intValue());
} else {
if (this.zza.zze() != zzgfs.zza) {
throw new IllegalStateException("Unknown AesEaxParameters.Variant: ".concat(String.valueOf(this.zza.zze())));
}
zzb = zzgml.zzb(this.zzc.intValue());
}
return new zzgfn(this.zza, this.zzb, zzb, this.zzc, null);
}
}