Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzgok.java
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
1.9 KiB
Java

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