Wolves Themes v1.0版本的 MD5 值为:cddc92b47f6b7c4a195c9625507eb51c

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


package com.yandex.metrica.impl.ob;

import java.security.cert.X509Certificate;
import java.util.List;
public class hg {
    private hm a;
    private boolean b;
    private boolean c;
    private long d;
    private String e;
    private List<X509Certificate> f;

    public hg() {
        this.b = true;
        this.c = false;
        this.d = 86400000L;
        this.e = "https://certificate.mobile.yandex.net/api/v1/pins";
    }

    public hg(hm hmVar) {
        this.b = true;
        this.c = false;
        this.d = 86400000L;
        this.e = "https://certificate.mobile.yandex.net/api/v1/pins";
        this.a = hmVar;
    }

    public hg(hm hmVar, boolean z, boolean z2) {
        this(hmVar);
        this.b = z;
        this.c = z2;
    }

    public void a(String str, List<X509Certificate> list) {
        this.e = str;
        this.f = list;
    }

    public long a() {
        return this.d;
    }

    public String b() {
        return this.e;
    }

    public List<X509Certificate> c() {
        return this.f;
    }

    public hm d() {
        return this.a;
    }

    public boolean e() {
        return this.c;
    }

    public boolean f() {
        return this.b;
    }
}