导航菜单

页面标题

页面副标题

95爱播免登录版 v3.1.9 - x.java 源代码

正在查看: 95爱播免登录版 v3.1.9 应用的 x.java JAVA 源代码文件

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


package i;

import com.mobile.auth.gatewayauth.Constant;
import i.c0;
import i.e;
import i.p;
import i.s;
import java.net.Proxy;
import java.net.ProxySelector;
import java.net.Socket;
import java.security.GeneralSecurityException;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Objects;
import java.util.concurrent.TimeUnit;
import javax.annotation.Nullable;
import javax.net.SocketFactory;
import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLSocket;
import javax.net.ssl.SSLSocketFactory;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;

public class x implements Cloneable, e.a {
    static final List<y> B = i.g0.c.u(y.HTTP_2, y.HTTP_1_1);
    static final List<k> C = i.g0.c.u(k.f5045g, k.f5046h);
    final int A;
    final n a;

    @Nullable
    final Proxy b;
    final List<y> c;
    final List<k> d;

    final List<u> f5073e;

    final List<u> f5074f;

    final p.c f5075g;

    final ProxySelector f5076h;

    final m f5077i;

    @Nullable
    final c f5078j;

    @Nullable
    final i.g0.e.d f5079k;
    final SocketFactory l;

    @Nullable
    final SSLSocketFactory m;

    @Nullable
    final i.g0.k.c n;
    final HostnameVerifier o;
    final g p;
    final i.b q;
    final i.b r;
    final j s;
    final o t;
    final boolean u;
    final boolean v;
    final boolean w;
    final int x;
    final int y;
    final int z;

    class a extends i.g0.a {
        a() {
        }

        @Override
        public void a(s.a aVar, String str) {
            aVar.b(str);
        }

        @Override
        public void b(s.a aVar, String str, String str2) {
            aVar.c(str, str2);
        }

        @Override
        public void c(k kVar, SSLSocket sSLSocket, boolean z) {
            kVar.a(sSLSocket, z);
        }

        @Override
        public int d(c0.a aVar) {
            return aVar.c;
        }

        @Override
        public boolean e(j jVar, i.g0.f.c cVar) {
            return jVar.b(cVar);
        }

        @Override
        public Socket f(j jVar, i.a aVar, i.g0.f.g gVar) {
            return jVar.c(aVar, gVar);
        }

        @Override
        public boolean g(i.a aVar, i.a aVar2) {
            return aVar.d(aVar2);
        }

        @Override
        public i.g0.f.c h(j jVar, i.a aVar, i.g0.f.g gVar, e0 e0Var) {
            return jVar.d(aVar, gVar, e0Var);
        }

        @Override
        public void i(j jVar, i.g0.f.c cVar) {
            jVar.f(cVar);
        }

        @Override
        public i.g0.f.d j(j jVar) {
            return jVar.f5041e;
        }
    }

    public static final class b {
        int A;

        @Nullable
        Proxy b;

        @Nullable
        c f5085j;

        @Nullable
        i.g0.e.d f5086k;

        @Nullable
        SSLSocketFactory m;

        @Nullable
        i.g0.k.c n;
        i.b q;
        i.b r;
        j s;
        o t;
        boolean u;
        boolean v;
        boolean w;
        int x;
        int y;
        int z;

        final List<u> f5080e = new ArrayList();

        final List<u> f5081f = new ArrayList();
        n a = new n();
        List<y> c = x.B;
        List<k> d = x.C;

        p.c f5082g = p.k(p.a);

        ProxySelector f5083h = ProxySelector.getDefault();

        m f5084i = m.a;
        SocketFactory l = SocketFactory.getDefault();
        HostnameVerifier o = i.g0.k.d.a;
        g p = g.c;

        public b() {
            i.b bVar = i.b.a;
            this.q = bVar;
            this.r = bVar;
            this.s = new j();
            this.t = o.a;
            this.u = true;
            this.v = true;
            this.w = true;
            this.x = 10000;
            this.y = 10000;
            this.z = 10000;
            this.A = 0;
        }

        public b a(u uVar) {
            if (uVar == null) {
                throw new IllegalArgumentException("interceptor == null");
            }
            this.f5080e.add(uVar);
            return this;
        }

        public x b() {
            return new x(this);
        }

        public b c(long j2, TimeUnit timeUnit) {
            this.x = i.g0.c.e(Constant.API_PARAMS_KEY_TIMEOUT, j2, timeUnit);
            return this;
        }

        public b d(HostnameVerifier hostnameVerifier) {
            Objects.requireNonNull(hostnameVerifier, "hostnameVerifier == null");
            this.o = hostnameVerifier;
            return this;
        }

        public b e(long j2, TimeUnit timeUnit) {
            this.y = i.g0.c.e(Constant.API_PARAMS_KEY_TIMEOUT, j2, timeUnit);
            return this;
        }

        public b f(SSLSocketFactory sSLSocketFactory) {
            Objects.requireNonNull(sSLSocketFactory, "sslSocketFactory == null");
            this.m = sSLSocketFactory;
            this.n = i.g0.j.f.k().c(sSLSocketFactory);
            return this;
        }

        public b g(SSLSocketFactory sSLSocketFactory, X509TrustManager x509TrustManager) {
            Objects.requireNonNull(sSLSocketFactory, "sslSocketFactory == null");
            Objects.requireNonNull(x509TrustManager, "trustManager == null");
            this.m = sSLSocketFactory;
            this.n = i.g0.k.c.b(x509TrustManager);
            return this;
        }

        public b h(long j2, TimeUnit timeUnit) {
            this.z = i.g0.c.e(Constant.API_PARAMS_KEY_TIMEOUT, j2, timeUnit);
            return this;
        }
    }

    static {
        i.g0.a.a = new a();
    }

    public x() {
        this(new b());
    }

    private static SSLSocketFactory r(X509TrustManager x509TrustManager) {
        try {
            SSLContext l = i.g0.j.f.k().l();
            l.init(null, new TrustManager[]{x509TrustManager}, null);
            return l.getSocketFactory();
        } catch (GeneralSecurityException e2) {
            throw i.g0.c.b("No System TLS", e2);
        }
    }

    public SSLSocketFactory A() {
        return this.m;
    }

    public int B() {
        return this.z;
    }

    @Override
    public e a(a0 a0Var) {
        return z.f(this, a0Var, false);
    }

    public i.b c() {
        return this.r;
    }

    public g d() {
        return this.p;
    }

    public int e() {
        return this.x;
    }

    public j f() {
        return this.s;
    }

    public List<k> g() {
        return this.d;
    }

    public m h() {
        return this.f5077i;
    }

    public n i() {
        return this.a;
    }

    public o j() {
        return this.t;
    }

    public p.c k() {
        return this.f5075g;
    }

    public boolean l() {
        return this.v;
    }

    public boolean m() {
        return this.u;
    }

    public HostnameVerifier n() {
        return this.o;
    }

    public List<u> o() {
        return this.f5073e;
    }

    i.g0.e.d p() {
        c cVar = this.f5078j;
        return cVar != null ? cVar.a : this.f5079k;
    }

    public List<u> q() {
        return this.f5074f;
    }

    public int s() {
        return this.A;
    }

    public List<y> t() {
        return this.c;
    }

    public Proxy u() {
        return this.b;
    }

    public i.b v() {
        return this.q;
    }

    public ProxySelector w() {
        return this.f5076h;
    }

    public int x() {
        return this.y;
    }

    public boolean y() {
        return this.w;
    }

    public SocketFactory z() {
        return this.l;
    }

    x(b bVar) {
        boolean z;
        this.a = bVar.a;
        this.b = bVar.b;
        this.c = bVar.c;
        List<k> list = bVar.d;
        this.d = list;
        this.f5073e = i.g0.c.t(bVar.f5080e);
        this.f5074f = i.g0.c.t(bVar.f5081f);
        this.f5075g = bVar.f5082g;
        this.f5076h = bVar.f5083h;
        this.f5077i = bVar.f5084i;
        c cVar = bVar.f5085j;
        this.f5079k = bVar.f5086k;
        this.l = bVar.l;
        Iterator<k> it = list.iterator();
        loop0: while (true) {
            while (it.hasNext()) {
                z = z || it.next().d();
            }
        }
        SSLSocketFactory sSLSocketFactory = bVar.m;
        if (sSLSocketFactory == null && z) {
            X509TrustManager C2 = i.g0.c.C();
            this.m = r(C2);
            this.n = i.g0.k.c.b(C2);
        } else {
            this.m = sSLSocketFactory;
            this.n = bVar.n;
        }
        if (this.m != null) {
            i.g0.j.f.k().g(this.m);
        }
        this.o = bVar.o;
        this.p = bVar.p.f(this.n);
        this.q = bVar.q;
        this.r = bVar.r;
        this.s = bVar.s;
        this.t = bVar.t;
        this.u = bVar.u;
        this.v = bVar.v;
        this.w = bVar.w;
        this.x = bVar.x;
        this.y = bVar.y;
        this.z = bVar.z;
        this.A = bVar.A;
        if (this.f5073e.contains(null)) {
            throw new IllegalStateException("Null interceptor: " + this.f5073e);
        }
        if (this.f5074f.contains(null)) {
            throw new IllegalStateException("Null network interceptor: " + this.f5074f);
        }
    }
}