Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

61 lines
2.0 KiB
Java

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