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

61 lines
1.9 KiB
Java

package com.google.android.gms.internal.ads;
import java.security.GeneralSecurityException;
/* loaded from: classes3.dex */
public final class zzgfv {
private zzggf zza = null;
private zzgvp zzb = null;
private Integer zzc = null;
private zzgfv() {
}
public /* synthetic */ zzgfv(zzgfw zzgfwVar) {
}
public final zzgfv zza(Integer num) {
this.zzc = num;
return this;
}
public final zzgfv zzb(zzgvp zzgvpVar) {
this.zzb = zzgvpVar;
return this;
}
public final zzgfv zzc(zzggf zzggfVar) {
this.zza = zzggfVar;
return this;
}
public final zzgfx zzd() throws GeneralSecurityException {
zzgvp zzgvpVar;
zzgvo zzb;
zzggf zzggfVar = this.zza;
if (zzggfVar == null || (zzgvpVar = this.zzb) == null) {
throw new GeneralSecurityException("Cannot build without parameters and/or key material");
}
if (zzggfVar.zzb() != zzgvpVar.zza()) {
throw new GeneralSecurityException("Key size mismatch");
}
if (zzggfVar.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.zzd() == zzggd.zzc) {
zzb = zzgml.zza;
} else if (this.zza.zzd() == zzggd.zzb) {
zzb = zzgml.zza(this.zzc.intValue());
} else {
if (this.zza.zzd() != zzggd.zza) {
throw new IllegalStateException("Unknown AesGcmParameters.Variant: ".concat(String.valueOf(this.zza.zzd())));
}
zzb = zzgml.zzb(this.zzc.intValue());
}
return new zzgfx(this.zza, this.zzb, zzb, this.zzc, null);
}
}