what-the-bank/sources/o/UTb.java

35 lines
812 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes2.dex */
final class UTb {
private static Class<?> d = a();
UTb() {
}
private static Class<?> a() {
try {
return Class.forName("com.google.crypto.tink.shaded.protobuf.ExtensionRegistry");
} catch (ClassNotFoundException unused) {
return null;
}
}
public static C1458aEp b() {
C1458aEp a = a("getEmptyRegistry");
return a == null ? C1458aEp.d : a;
}
private static final C1458aEp a(String str) {
Class<?> cls = d;
if (cls == null) {
return null;
}
try {
return (C1458aEp) cls.getDeclaredMethod(str, new Class[0]).invoke(null, new Object[0]);
} catch (Exception unused) {
return null;
}
}
}