- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 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);
|
|
}
|
|
}
|