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

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