导航菜单

页面标题

页面副标题

Empower MX v1.29.4.340 - C2877a.java 源代码

正在查看: Empower MX v1.29.4.340 应用的 C2877a.java JAVA 源代码文件

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


package r8;

import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.text.StringsKt;

public final class C2877a {
    public static final C0592a a = new C0592a(null);
    private static final C2877a b = new C2877a();

    public static final class C0592a {
        public C0592a(DefaultConstructorMarker defaultConstructorMarker) {
            this();
        }

        public final C2877a a() {
            return C2877a.b;
        }

        private C0592a() {
        }
    }

    public final String b(String str) {
        if (str == null || StringsKt.f0(str)) {
            throw new IllegalArgumentException("Invalid Publishable Key: You must use a valid Stripe API key to make a Stripe API request. For more info, see https://stripe.com/docs/keys");
        }
        if (StringsKt.L(str, "sk_", false, 2, (Object) null)) {
            throw new IllegalArgumentException("Invalid Publishable Key: You are using a secret key instead of a publishable one. For more info, see https://stripe.com/docs/keys");
        }
        return str;
    }
}