导航菜单

页面标题

页面副标题

公务员之家 v1.0.1 - u.java 源代码

正在查看: 公务员之家 v1.0.1 应用的 u.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.mobile.auth.y;

import com.mobile.auth.gatewayauth.ExceptionProcessor;

public final class u {
    public static String a = "123.125.99.31";
    public static int b = 0;
    public static String c = "0";
    public static c d = null;
    private static String e = "";
    private static String f = "";
    private static String g = "";
    private static int h = 5;
    private static int i = -1;
    private static String j = "";
    private static String k = "";
    private static String l = "";

    public static String a() {
        try {
            return "https://" + e.d() + "/unicomAuth/android/v3.0/qc?";
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
            return null;
        }
    }

    public static void a(int i2) {
        try {
            b = i2;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
        }
    }

    public static void a(String str) {
        try {
            c = str;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
        }
    }

    public static boolean a(String str, String str2) {
        try {
            t.c("\nhostname : " + str + "\nsubjectName : " + str2);
            if (str.endsWith(".10010.com") && b(str2, "CN=10010.com")) {
                return true;
            }
            if (str.equals("auth.wosms.cn") && b(str2, "CN=auth.wosms.cn")) {
                return true;
            }
            if (str.equals("msv6.wosms.cn") && b(str2, "CN=msv6.wosms.cn")) {
                return true;
            }
            if (str.equals("ali.wosms.cn") && b(str2, "CN=ali.wosms.cn")) {
                return true;
            }
            if (str.equals("test.wosms.cn") && b(str2, "CN=test.wosms.cn")) {
                return true;
            }
            if (str.equals("m.zzx.cnklog.com") && b(str2, "CN=m.zzx.cnklog.com")) {
                return true;
            }
            if (str.equals("id6.me") && b(str2, "CN=*.id6.me")) {
                return true;
            }
            if (str.equals("cert.cmpassport.com")) {
                if (b(str2, "CN=*.cmpassport.com")) {
                    return true;
                }
            }
            return false;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
            return false;
        }
    }

    public static String b() {
        try {
            return c;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
            return null;
        }
    }

    public static void b(int i2) {
        try {
            h = i2;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
        }
    }

    public static void b(String str) {
        try {
            e = str;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
        }
    }

    private static boolean b(String str, String str2) {
        try {
            if (str.startsWith(str2)) {
                return true;
            }
            return str.endsWith(str2);
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
            return false;
        }
    }

    public static String c() {
        try {
            return e;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
            return null;
        }
    }

    public static void c(int i2) {
        try {
            i = i2;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
        }
    }

    public static void c(String str) {
        try {
            f = str;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
        }
    }

    public static String d() {
        try {
            return f;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
            return null;
        }
    }

    public static void d(String str) {
        try {
            t.c("APN:".concat(String.valueOf(str)));
            g = str;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
        }
    }

    public static String e() {
        try {
            String a2 = i.a();
            f = a2;
            return a2;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
            return null;
        }
    }

    public static String e(String str) {
        try {
            if (!"cmnet".equals(str) && !"cmwap".equals(str)) {
                if (!"3gwap".equals(str) && !"uniwap".equals(str) && !"3gnet".equals(str) && !"uninet".equals(str)) {
                    if (!"ctnet".equals(str)) {
                        if (!"ctwap".equals(str)) {
                            return "0";
                        }
                    }
                    return "2";
                }
                return "3";
            }
            return "1";
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
            return null;
        }
    }

    public static String f() {
        try {
            return g;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
            return null;
        }
    }

    public static void f(String str) {
        try {
            j = str;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
        }
    }

    public static int g() {
        try {
            return h;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
            return -1;
        }
    }

    public static int h() {
        try {
            return i;
        } catch (Throwable th) {
            ExceptionProcessor.processException(th);
            return -1;
        }
    }
}