package com.bytedance.sdk.component.embedapplog;

import org.json.JSONObject;
/* loaded from: classes2.dex */
public interface IDefaultEncrypt {
    JSONObject encrypt(JSONObject jSONObject, int i);
}
