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

49 lines
1.5 KiB
Java

package com.google.android.gms.internal.ads;
import java.nio.ByteBuffer;
import java.security.GeneralSecurityException;
/* loaded from: classes3.dex */
public final class zzghe extends zzget {
private final zzghg zza;
private final zzgvo zzb;
private final Integer zzc;
private zzghe(zzghg zzghgVar, zzgvo zzgvoVar, Integer num) {
this.zza = zzghgVar;
this.zzb = zzgvoVar;
this.zzc = num;
}
public static zzghe zza(zzghg zzghgVar, Integer num) throws GeneralSecurityException {
zzgvo zzb;
if (zzghgVar.zzb() == zzghf.zza) {
if (num == null) {
throw new GeneralSecurityException("For given Variant TINK the value of idRequirement must be non-null");
}
zzb = zzgvo.zzb(ByteBuffer.allocate(5).put((byte) 1).putInt(num.intValue()).array());
} else {
if (zzghgVar.zzb() != zzghf.zzb) {
throw new GeneralSecurityException("Unknown Variant: ".concat(zzghgVar.zzb().toString()));
}
if (num != null) {
throw new GeneralSecurityException("For given Variant NO_PREFIX the value of idRequirement must be null");
}
zzb = zzgvo.zzb(new byte[0]);
}
return new zzghe(zzghgVar, zzb, num);
}
public final zzghg zzb() {
return this.zza;
}
public final zzgvo zzc() {
return this.zzb;
}
public final Integer zzd() {
return this.zzc;
}
}