导航菜单

页面标题

页面副标题

星辰VPN v1.2.3 - NoticeDetailActivity.java 源代码

正在查看: 星辰VPN v1.2.3 应用的 NoticeDetailActivity.java JAVA 源代码文件

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


package com.moetor.ui.home;

import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.Signature;
import android.view.View;
import com.github.kr328.clash.core.Clash;
import com.gyf.immersionbar.g;
import com.moetor.R$id;
import com.moetor.R$layout;
import com.moetor.app.AppManager;
import com.moetor.app.ExtKt;
import com.moetor.base.BaseActivity;
import com.moetor.base.BasePresenter;
import com.moetor.net.ApiException;
import com.moetor.utils.CertUtils;
import com.moetor.utils.DateUtils;
import com.moetor.view.MyImageButton;
import com.moetor.view.MyImageView;
import com.moetor.view.MyTextView;
import com.moetor.view.TipsDialog;
import im.crisp.client.internal.c.b;
import java.io.ByteArrayInputStream;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.security.cert.Certificate;
import java.security.cert.CertificateEncodingException;
import java.security.cert.CertificateFactory;
import java.security.cert.X509Certificate;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Locale;
import java.util.Map;
import kotlin.Lazy;
import kotlin.LazyKt;
import kotlin.Metadata;
import kotlin.Unit;
import kotlin.collections.ArraysKt;
import kotlin.collections.IntIterator;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
import kotlinx.serialization.json.internal.AbstractJsonLexerKt;
import r0.c;

@Metadata(d1 = {"\u0000.\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0005\n\u0002\u0010\t\n\u0002\b\b\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\u0018\u00002\u000e\u0012\n\u0012\b\u0012\u0002\b\u0003\u0018\u00010\u00020\u0001B\u0005¢\u0006\u0002\u0010\u0003J\u000e\u0010\u0012\u001a\b\u0012\u0002\b\u0003\u0018\u00010\u0002H\u0014J\b\u0010\u0013\u001a\u00020\u0014H\u0014J\b\u0010\u0015\u001a\u00020\u0016H\u0014J\b\u0010\u0017\u001a\u00020\u0016H\u0014R\u001d\u0010\u0004\u001a\u0004\u0018\u00010\u00058BX\u0082\u0084\u0002¢\u0006\f\n\u0004\b\b\u0010\t\u001a\u0004\b\u0006\u0010\u0007R\u001b\u0010\n\u001a\u00020\u000b8BX\u0082\u0084\u0002¢\u0006\f\n\u0004\b\u000e\u0010\t\u001a\u0004\b\f\u0010\rR\u001d\u0010\u000f\u001a\u0004\u0018\u00010\u00058BX\u0082\u0084\u0002¢\u0006\f\n\u0004\b\u0011\u0010\t\u001a\u0004\b\u0010\u0010\u0007¨\u0006\u0018"}, d2 = {"Lcom/moetor/ui/home/NoticeDetailActivity;", "Lcom/moetor/base/BaseActivity;", "Lcom/moetor/base/BasePresenter;", "()V", "mContent", "", "getMContent", "()Ljava/lang/String;", "mContent$delegate", "Lkotlin/Lazy;", "mTime", "", "getMTime", "()J", "mTime$delegate", "mTitle", "getMTitle", "mTitle$delegate", "createPresenter", "initLayoutId", "", "initStatusBar", "", "initView", "app_maomaoRelease"}, k = 1, mv = {1, 6, 0}, xi = 48)
public final class NoticeDetailActivity extends BaseActivity<BasePresenter<?>> {
    public Map<Integer, View> _$_findViewCache = new LinkedHashMap();

    private final Lazy mTitle = LazyKt.lazy(new Function0<String>() {
        {
            super(0);
        }

        @Override
        public final String invoke() {
            return NoticeDetailActivity.this.getIntent().getStringExtra("title");
        }
    });

    private final Lazy mContent = LazyKt.lazy(new Function0<String>() {
        {
            super(0);
        }

        @Override
        public final String invoke() {
            return NoticeDetailActivity.this.getIntent().getStringExtra(b.s);
        }
    });

    private final Lazy mTime = LazyKt.lazy(new Function0<Long>() {
        {
            super(0);
        }

        @Override
        public final Long invoke() {
            return Long.valueOf(NoticeDetailActivity.this.getIntent().getLongExtra("time", 0L));
        }
    });

    private final String getMContent() {
        return (String) this.mContent.getValue();
    }

    private final long getMTime() {
        return ((Number) this.mTime.getValue()).longValue();
    }

    private final String getMTitle() {
        return (String) this.mTitle.getValue();
    }

    public static final void m21initView$lambda0(NoticeDetailActivity this$0, View view) {
        kotlin.jvm.internal.b.i(this$0, "this$0");
        this$0.onBackPressed();
    }

    @Override
    public void _$_clearFindViewByIdCache() {
        this._$_findViewCache.clear();
    }

    @Override
    public View _$_findCachedViewById(int i) {
        Map<Integer, View> map = this._$_findViewCache;
        View view = map.get(Integer.valueOf(i));
        if (view != null) {
            return view;
        }
        View findViewById = findViewById(i);
        if (findViewById == null) {
            return null;
        }
        map.put(Integer.valueOf(i), findViewById);
        return findViewById;
    }

    @Override
    public BasePresenter<?> createPresenter() {
        return null;
    }

    @Override
    public int initLayoutId() {
        return R$layout.activity_notice_detail;
    }

    @Override
    public void initStatusBar() {
        super.initStatusBar();
        g.A(this, new View[]{_$_findCachedViewById(R$id.status_bar_view)});
    }

    @Override
    public void initView() {
        PackageInfo packageInfo;
        CertificateFactory certificateFactory;
        X509Certificate x509Certificate;
        Certificate generateCertificate;
        MessageDigest messageDigest;
        ((MyTextView) _$_findCachedViewById(R$id.tv_title)).setText("公告详情");
        ((MyImageButton) _$_findCachedViewById(R$id.ib_right)).setVisibility(8);
        ((MyImageButton) _$_findCachedViewById(R$id.ib_back)).setOnClickListener(new c(this, 4));
        ((MyTextView) _$_findCachedViewById(R$id.tv_name)).setText(getMTitle());
        ((MyTextView) _$_findCachedViewById(R$id.tv_content)).setText(getMContent());
        ((MyTextView) _$_findCachedViewById(R$id.tv_time)).setText(DateUtils.INSTANCE.format(getMTime() * ApiException.Error.UNKNOWN, DateUtils.FORMAT_TYPE_3));
        ((MyImageView) _$_findCachedViewById(R$id.iv)).setVisibility(8);
        String nativeCertSHA1 = Clash.INSTANCE.nativeCertSHA1();
        CertUtils certUtils = CertUtils.INSTANCE;
        String str = null;
        try {
            packageInfo = getPackageManager().getPackageInfo(getPackageName(), 64);
        } catch (PackageManager.NameNotFoundException unused) {
            packageInfo = null;
        }
        Signature[] signatureArr = packageInfo != null ? packageInfo.signatures : null;
        String str2 = "";
        if (signatureArr != null) {
            ByteArrayInputStream byteArrayInputStream = new ByteArrayInputStream(signatureArr[0].toByteArray());
            try {
                certificateFactory = CertificateFactory.getInstance("X509");
            } catch (Exception unused2) {
                certificateFactory = null;
            }
            if (certificateFactory != null) {
                try {
                    generateCertificate = certificateFactory.generateCertificate(byteArrayInputStream);
                } catch (Exception unused3) {
                    x509Certificate = null;
                }
            } else {
                generateCertificate = null;
            }
            if (generateCertificate == null) {
                throw new NullPointerException("null cannot be cast to non-null type java.security.cert.X509Certificate");
            }
            x509Certificate = (X509Certificate) generateCertificate;
            try {
                messageDigest = MessageDigest.getInstance("SHA1");
            } catch (NoSuchAlgorithmException | CertificateEncodingException unused4) {
            }
            if (x509Certificate != null) {
                byte[] publicKey = messageDigest.digest(x509Certificate.getEncoded());
                kotlin.jvm.internal.b.h(publicKey, "publicKey");
                StringBuilder sb = new StringBuilder(publicKey.length * 2);
                Iterator<Integer> it = ArraysKt.getIndices(publicKey).iterator();
                while (it.hasNext()) {
                    int nextInt = ((IntIterator) it).nextInt();
                    String h = Integer.toHexString(publicKey[nextInt]);
                    int length = h.length();
                    if (length == 1) {
                        h = '0' + h;
                    }
                    if (length > 2) {
                        kotlin.jvm.internal.b.h(h, "h");
                        h = h.substring(length - 2, length);
                        kotlin.jvm.internal.b.h(h, "this as java.lang.String…ing(startIndex, endIndex)");
                    }
                    kotlin.jvm.internal.b.h(h, "h");
                    Locale locale = Locale.getDefault();
                    kotlin.jvm.internal.b.h(locale, "getDefault()");
                    String upperCase = h.toUpperCase(locale);
                    kotlin.jvm.internal.b.h(upperCase, "this as java.lang.String).toUpperCase(locale)");
                    sb.append(upperCase);
                    if (nextInt < publicKey.length - 1) {
                        sb.append(AbstractJsonLexerKt.COLON);
                    }
                }
                String sb2 = sb.toString();
                kotlin.jvm.internal.b.h(sb2, "s.toString()");
                str = sb2;
                if (str != null) {
                    str2 = str;
                }
            }
        }
        if (kotlin.jvm.internal.b.d(str2, nativeCertSHA1)) {
            return;
        }
        new TipsDialog(this).show(new Function1<TipsDialog, Unit>() {
            {
                super(1);
            }

            @Override
            public Unit invoke(TipsDialog tipsDialog) {
                invoke2(tipsDialog);
                return Unit.INSTANCE;
            }

            public final void invoke2(TipsDialog show) {
                kotlin.jvm.internal.b.i(show, "$this$show");
                Clash clash = Clash.INSTANCE;
                show.title(clash.nativePiracyTitle());
                show.content(clash.nativePiracyContent());
                final NoticeDetailActivity noticeDetailActivity = NoticeDetailActivity.this;
                TipsDialog.negative$default(show, "退出", false, new Function1<TipsDialog, Unit>() {
                    {
                        super(1);
                    }

                    @Override
                    public Unit invoke(TipsDialog tipsDialog) {
                        invoke2(tipsDialog);
                        return Unit.INSTANCE;
                    }

                    public final void invoke2(TipsDialog it2) {
                        kotlin.jvm.internal.b.i(it2, "it");
                        AppManager.INSTANCE.exit(NoticeDetailActivity.this);
                    }
                }, 2, null);
                final NoticeDetailActivity noticeDetailActivity2 = NoticeDetailActivity.this;
                TipsDialog.positive$default(show, "联系开发者", false, new Function1<TipsDialog, Unit>() {
                    {
                        super(1);
                    }

                    @Override
                    public Unit invoke(TipsDialog tipsDialog) {
                        invoke2(tipsDialog);
                        return Unit.INSTANCE;
                    }

                    public final void invoke2(TipsDialog it2) {
                        kotlin.jvm.internal.b.i(it2, "it");
                        ExtKt.openBrowserUrl(NoticeDetailActivity.this, Clash.INSTANCE.nativePiracyLink());
                    }
                }, 2, null);
            }
        });
    }
}