MT Manager v2.15.3版本的 MD5 值为:34ea5286e529d87838c6cae0a2220d93

以下内容为反编译后的 C2748.java 源代码,内容仅作参考


package l;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;

public final class C2748 {
    public static int m7913(int i) {
        switch (i) {
            case 1:
            case 2:
                return 16;
            case 3:
            case 4:
                return 20;
            case 5:
                return 32;
            case 6:
                return 64;
            case 7:
                return 32;
            case 8:
                return 64;
            default:
                throw null;
        }
    }

    public static View m7915(ViewGroup viewGroup, int i, ViewGroup viewGroup2, boolean z) {
        return LayoutInflater.from(viewGroup.getContext()).inflate(i, viewGroup2, z);
    }

    public static String m7916(int i) {
        switch (i) {
            case 1:
            case 2:
                return "HmacMD5";
            case 3:
            case 4:
                return "HmacSHA1";
            case 5:
                return "HmacSHA256";
            case 6:
                return "HmacSHA512";
            case 7:
                return "HmacSHA256";
            case 8:
                return "HmacSHA512";
            default:
                throw null;
        }
    }

    public static boolean m7918(int i) {
        switch (i) {
            case 1:
            case 2:
            case 3:
            case 4:
            case 5:
            case 6:
                return false;
            case 7:
            case 8:
                return true;
            default:
                throw null;
        }
    }

    public static String m7919(int i) {
        switch (i) {
            case 1:
                return "hmac-md5-96";
            case 2:
                return "hmac-md5";
            case 3:
                return "hmac-sha1-96";
            case 4:
                return "hmac-sha1";
            case 5:
                return "hmac-sha2-256";
            case 6:
                return "hmac-sha2-512";
            case 7:
                return "hmac-sha2-256-etm@openssh.com";
            case 8:
                return "hmac-sha2-512-etm@openssh.com";
            default:
                throw null;
        }
    }

    public static String m7917(InterfaceC12852 interfaceC12852) {
        return interfaceC12852.mo2444().f25984 + " " + C12015.m25644(interfaceC12852) + ", " + interfaceC12852.getReference() + ", " + interfaceC12852.mo3305();
    }

    public static int m7914(String str) {
        for (int i : C5417.m13464(8)) {
            if (m7919(i).equals(str)) {
                return i;
            }
        }
        throw new IllegalArgumentException(C12006.m25614("Invalid HMAC type: ", str));
    }
}