正在查看: Simple Préstamo v2.1.4 应用的 U.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Simple Préstamo v2.1.4 应用的 U.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.simpleprestamomx.requestconfig;
import android.os.Build;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.util.Base64;
public final class U {
public static final C0710d f9204a = new C0710d(0);
public static final I3.i f9205b = I3.k.a(I3.l.SYNCHRONIZED, C0709c.INSTANCE);
public static final String a(U u4, String str) {
Base64.Encoder encoder;
String encodeToString;
u4.getClass();
Charset charset = StandardCharsets.UTF_8;
kotlin.jvm.internal.k.e(charset, "UTF_8");
byte[] bytes = str.getBytes(charset);
kotlin.jvm.internal.k.e(bytes, "getBytes(...)");
if (Build.VERSION.SDK_INT < 26) {
byte[] encode = android.util.Base64.encode(bytes, 0);
kotlin.jvm.internal.k.e(encode, "encode(...)");
return new String(encode, kotlin.text.c.b);
}
encoder = Base64.getEncoder();
encodeToString = encoder.encodeToString(bytes);
kotlin.jvm.internal.k.c(encodeToString);
return encodeToString;
}
public static YgyOBEjN d(String str, long j4) {
if (str == null || kotlin.text.D.g(str)) {
Z.f9206a.getClass();
((Z) Z.f9207b.getValue()).getClass();
Object create = Z.a("https://api.simpleprestamoss.com/", 60L).create(YgyOBEjN.class);
kotlin.jvm.internal.k.c(create);
return (YgyOBEjN) create;
}
Z.f9206a.getClass();
((Z) Z.f9207b.getValue()).getClass();
Object create2 = Z.a(str, j4).create(YgyOBEjN.class);
kotlin.jvm.internal.k.c(create2);
return (YgyOBEjN) create2;
}
public static YgyOBEjN e(U u4, String str) {
u4.getClass();
return d(str, 60L);
}
public final java.lang.Object b(R3.l r5, kotlin.coroutines.h r6) {
throw new UnsupportedOperationException("Method not decompiled: com.simpleprestamomx.requestconfig.U.b(R3.l, kotlin.coroutines.h):java.lang.Object");
}
public final java.lang.Object c(R3.l r6, kotlin.coroutines.h r7) {
throw new UnsupportedOperationException("Method not decompiled: com.simpleprestamomx.requestconfig.U.c(R3.l, kotlin.coroutines.h):java.lang.Object");
}
}