- 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
36 lines
1000 B
Java
36 lines
1000 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.security.GeneralSecurityException;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzgkx {
|
|
private final Map zza;
|
|
private final Map zzb;
|
|
|
|
public /* synthetic */ zzgkx(Map map, Map map2, zzgkw zzgkwVar) {
|
|
this.zza = map;
|
|
this.zzb = map2;
|
|
}
|
|
|
|
public static zzgkv zza() {
|
|
return new zzgkv(null);
|
|
}
|
|
|
|
public final Enum zzb(Object obj) throws GeneralSecurityException {
|
|
Enum r0 = (Enum) this.zzb.get(obj);
|
|
if (r0 != null) {
|
|
return r0;
|
|
}
|
|
throw new GeneralSecurityException("Unable to convert object enum: ".concat(String.valueOf(obj)));
|
|
}
|
|
|
|
public final Object zzc(Enum r3) throws GeneralSecurityException {
|
|
Object obj = this.zza.get(r3);
|
|
if (obj != null) {
|
|
return obj;
|
|
}
|
|
throw new GeneralSecurityException("Unable to convert proto enum: ".concat(String.valueOf(r3)));
|
|
}
|
|
}
|