导航菜单

页面标题

页面副标题

Atlys v4.8.7 - C0320b.java 源代码

正在查看: Atlys v4.8.7 应用的 C0320b.java JAVA 源代码文件

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


package Jh;

import Gh.r2;
import com.stripe.android.core.exception.InvalidRequestException;
import java.io.OutputStream;
import java.io.UnsupportedEncodingException;
import java.util.LinkedHashMap;
import java.util.Map;

public final class C0320b extends mh.z {
    public final Map a;
    public final int b;
    public final Ql.g c;
    public final String d;
    public final LinkedHashMap e;
    public final Map f;

    public C0320b(String str, Map map) {
        this.a = map;
        mh.s sVar = new mh.s(str);
        this.b = 2;
        this.c = mh.m.a;
        this.d = "https://m.stripe.com/6";
        this.e = sVar.a();
        this.f = sVar.d;
    }

    @Override
    public final Map a() {
        return this.e;
    }

    @Override
    public final int b() {
        return this.b;
    }

    @Override
    public final Map c() {
        return this.f;
    }

    @Override
    public final Ql.g d() {
        return this.c;
    }

    @Override
    public final String f() {
        return this.d;
    }

    @Override
    public final void g(OutputStream outputStream) {
        try {
            byte[] bytes = String.valueOf(da.t.Y(this.a)).getBytes(bn.a.a);
            kotlin.jvm.internal.l.g(bytes, "this as java.lang.String).getBytes(charset)");
            outputStream.write(bytes);
            outputStream.flush();
        } catch (UnsupportedEncodingException e) {
            throw new InvalidRequestException(0, 7, null, null, r2.o("Unable to encode parameters to ", bn.a.a.name(), ". Please contact [email protected] for assistance."), e);
        }
    }
}