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

27 lines
704 B
Java

package com.google.android.gms.internal.ads;
import java.security.GeneralSecurityException;
import javax.crypto.Cipher;
/* loaded from: classes3.dex */
final class zzgjo extends ThreadLocal {
public static final Cipher zza() {
boolean zzf;
try {
Cipher cipher = (Cipher) zzguw.zza.zza("ChaCha20-Poly1305");
zzf = zzgjp.zzf(cipher);
if (zzf) {
return cipher;
}
return null;
} catch (GeneralSecurityException unused) {
return null;
}
}
@Override // java.lang.ThreadLocal
public final /* bridge */ /* synthetic */ Object initialValue() {
return zza();
}
}