正在查看: 万能钥匙 v1.1.23 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: 万能钥匙 v1.1.23 应用的 a.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.finogeeks.lib.applet.f.c.i0.j;
import android.os.Build;
import android.util.Log;
import com.finogeeks.lib.applet.f.c.y;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.security.NoSuchAlgorithmException;
import java.security.Security;
import java.security.cert.Certificate;
import java.security.cert.TrustAnchor;
import java.security.cert.X509Certificate;
import java.util.List;
import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLPeerUnverifiedException;
import javax.net.ssl.SSLSocket;
import javax.net.ssl.SSLSocketFactory;
import javax.net.ssl.X509TrustManager;
public class a extends f {
private final Class<?> c;
private final e<Socket> d;
private final e<Socket> e;
private final e<Socket> f;
private final e<Socket> g;
private final c h = c.a();
public static final class C0106a extends com.finogeeks.lib.applet.f.c.i0.k.c {
private final Object a;
private final Method b;
public C0106a(Object obj, Method method) {
this.a = obj;
this.b = method;
}
@Override
public List<Certificate> a(List<Certificate> list, String str) {
try {
return (List) this.b.invoke(this.a, (X509Certificate[]) list.toArray(new X509Certificate[list.size()]), "RSA", str);
} catch (IllegalAccessException e) {
throw new AssertionError(e);
} catch (InvocationTargetException e2) {
SSLPeerUnverifiedException sSLPeerUnverifiedException = new SSLPeerUnverifiedException(e2.getMessage());
sSLPeerUnverifiedException.initCause(e2);
throw sSLPeerUnverifiedException;
}
}
public boolean equals(Object obj) {
return obj instanceof C0106a;
}
public int hashCode() {
return 0;
}
}
public static final class b implements com.finogeeks.lib.applet.f.c.i0.k.e {
private final X509TrustManager a;
private final Method b;
public b(X509TrustManager x509TrustManager, Method method) {
this.b = method;
this.a = x509TrustManager;
}
@Override
public X509Certificate a(X509Certificate x509Certificate) {
try {
TrustAnchor trustAnchor = (TrustAnchor) this.b.invoke(this.a, x509Certificate);
if (trustAnchor != null) {
return trustAnchor.getTrustedCert();
}
} catch (IllegalAccessException e) {
throw com.finogeeks.lib.applet.f.c.i0.c.a("unable to get issues and signature", (Exception) e);
} catch (InvocationTargetException unused) {
}
return null;
}
public boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof b)) {
return false;
}
b bVar = (b) obj;
return this.a.equals(bVar.a) && this.b.equals(bVar.b);
}
public int hashCode() {
return this.a.hashCode() + (this.b.hashCode() * 31);
}
}
public static final class c {
private final Method a;
private final Method b;
private final Method c;
public c(Method method, Method method2, Method method3) {
this.a = method;
this.b = method2;
this.c = method3;
}
public static c a() {
Method method;
Method method2;
Method method3;
try {
Class<?> cls = Class.forName("dalvik.system.CloseGuard");
method = cls.getMethod("get", new Class[0]);
method3 = cls.getMethod("open", String.class);
method2 = cls.getMethod("warnIfOpen", new Class[0]);
} catch (Exception unused) {
method = null;
method2 = null;
method3 = null;
}
return new c(method, method3, method2);
}
public Object a(String str) {
Method method = this.a;
if (method != null) {
try {
Object invoke = method.invoke(null, new Object[0]);
this.b.invoke(invoke, str);
return invoke;
} catch (Exception unused) {
}
}
return null;
}
public boolean a(Object obj) {
if (obj != null) {
try {
this.c.invoke(obj, new Object[0]);
return true;
} catch (Exception unused) {
}
}
return false;
}
}
public a(Class<?> cls, e<Socket> eVar, e<Socket> eVar2, e<Socket> eVar3, e<Socket> eVar4) {
this.c = cls;
this.d = eVar;
this.e = eVar2;
this.f = eVar3;
this.g = eVar4;
}
private boolean a(String str, Class<?> cls, Object obj) {
try {
return ((Boolean) cls.getMethod("isCleartextTrafficPermitted", new Class[0]).invoke(obj, new Object[0])).booleanValue();
} catch (NoSuchMethodException unused) {
return super.b(str);
}
}
public static f b() {
Class<?> cls;
e eVar;
e eVar2;
try {
try {
cls = Class.forName("com.android.org.conscrypt.SSLParametersImpl");
} catch (ClassNotFoundException unused) {
cls = Class.forName("org.apache.harmony.xnet.provider.jsse.SSLParametersImpl");
}
Class<?> cls2 = cls;
e eVar3 = new e(null, "setUseSessionTickets", Boolean.TYPE);
e eVar4 = new e(null, "setHostname", String.class);
if (e()) {
eVar = new e(byte[].class, "getAlpnSelectedProtocol", new Class[0]);
eVar2 = new e(null, "setAlpnProtocols", byte[].class);
} else {
eVar = null;
eVar2 = null;
}
return new a(cls2, eVar3, eVar4, eVar, eVar2);
} catch (ClassNotFoundException unused2) {
return null;
}
}
private boolean b(String str, Class<?> cls, Object obj) {
try {
return ((Boolean) cls.getMethod("isCleartextTrafficPermitted", String.class).invoke(obj, str)).booleanValue();
} catch (NoSuchMethodException unused) {
return a(str, cls, obj);
}
}
private static boolean e() {
if (Security.getProvider("GMSCore_OpenSSL") != null) {
return true;
}
try {
Class.forName("android.net.Network");
return true;
} catch (ClassNotFoundException unused) {
return false;
}
}
@Override
public com.finogeeks.lib.applet.f.c.i0.k.c a(X509TrustManager x509TrustManager) {
try {
Class<?> cls = Class.forName("android.net.http.X509TrustManagerExtensions");
return new C0106a(cls.getConstructor(X509TrustManager.class).newInstance(x509TrustManager), cls.getMethod("checkServerTrusted", X509Certificate[].class, String.class, String.class));
} catch (Exception unused) {
return super.a(x509TrustManager);
}
}
@Override
public Object a(String str) {
return this.h.a(str);
}
@Override
public SSLContext a() {
try {
return SSLContext.getInstance("TLS");
} catch (NoSuchAlgorithmException e) {
throw new IllegalStateException("No TLS provider", e);
}
}
@Override
public void a(int i, String str, Throwable th2) {
int min;
int i2 = i != 5 ? 3 : 5;
if (th2 != null) {
str = str + '\n' + Log.getStackTraceString(th2);
}
int length = str.length();
int i3 = 0;
while (i3 < length) {
int indexOf = str.indexOf(10, i3);
if (indexOf == -1) {
indexOf = length;
}
while (true) {
min = Math.min(indexOf, i3 + 4000);
Log.println(i2, "OkHttp", str.substring(i3, min));
if (min >= indexOf) {
break;
} else {
i3 = min;
}
}
i3 = min + 1;
}
}
@Override
public void a(String str, Object obj) {
if (this.h.a(obj)) {
return;
}
a(5, str, (Throwable) null);
}
@Override
public void a(Socket socket, InetSocketAddress inetSocketAddress, int i) {
try {
socket.connect(inetSocketAddress, i);
} catch (AssertionError e) {
if (!com.finogeeks.lib.applet.f.c.i0.c.a(e)) {
throw e;
}
throw new IOException(e);
} catch (ClassCastException e2) {
if (Build.VERSION.SDK_INT != 26) {
throw e2;
}
IOException iOException = new IOException("Exception in connect");
iOException.initCause(e2);
throw iOException;
} catch (SecurityException e3) {
IOException iOException2 = new IOException("Exception in connect");
iOException2.initCause(e3);
throw iOException2;
}
}
@Override
public void a(SSLSocket sSLSocket, String str, List<y> list) {
if (str != null) {
this.d.c(sSLSocket, Boolean.TRUE);
this.e.c(sSLSocket, str);
}
e<Socket> eVar = this.g;
if (eVar == null || !eVar.a((e<Socket>) sSLSocket)) {
return;
}
this.g.d(sSLSocket, f.b(list));
}
@Override
public com.finogeeks.lib.applet.f.c.i0.k.e b(X509TrustManager x509TrustManager) {
try {
Method declaredMethod = x509TrustManager.getClass().getDeclaredMethod("findTrustAnchorByIssuerAndSignature", X509Certificate.class);
declaredMethod.setAccessible(true);
return new b(x509TrustManager, declaredMethod);
} catch (NoSuchMethodException unused) {
return super.b(x509TrustManager);
}
}
@Override
public String b(SSLSocket sSLSocket) {
byte[] bArr;
e<Socket> eVar = this.f;
if (eVar == null || !eVar.a((e<Socket>) sSLSocket) || (bArr = (byte[]) this.f.d(sSLSocket, new Object[0])) == null) {
return null;
}
return new String(bArr, com.finogeeks.lib.applet.f.c.i0.c.i);
}
@Override
public boolean b(String str) {
try {
try {
Class<?> cls = Class.forName("android.security.NetworkSecurityPolicy");
return b(str, cls, cls.getMethod("getInstance", new Class[0]).invoke(null, new Object[0]));
} catch (ClassNotFoundException | NoSuchMethodException unused) {
return super.b(str);
}
} catch (IllegalAccessException | IllegalArgumentException | InvocationTargetException e) {
throw com.finogeeks.lib.applet.f.c.i0.c.a("unable to determine cleartext support", e);
}
}
@Override
public X509TrustManager c(SSLSocketFactory sSLSocketFactory) {
Object a = f.a(sSLSocketFactory, this.c, "sslParameters");
if (a == null) {
try {
a = f.a(sSLSocketFactory, Class.forName("com.google.android.gms.org.conscrypt.SSLParametersImpl", false, sSLSocketFactory.getClass().getClassLoader()), "sslParameters");
} catch (ClassNotFoundException unused) {
return super.c(sSLSocketFactory);
}
}
X509TrustManager x509TrustManager = (X509TrustManager) f.a(a, X509TrustManager.class, "x509TrustManager");
return x509TrustManager != null ? x509TrustManager : (X509TrustManager) f.a(a, X509TrustManager.class, "trustManager");
}
}