- 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
61 lines
1.9 KiB
Java
61 lines
1.9 KiB
Java
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);
|
|
}
|
|
}
|