jimu-decompiled/sources/com/tencent/bugly/proguard/aj.java
2025-05-13 19:24:51 +02:00

14 lines
307 B
Java

package com.tencent.bugly.proguard;
import java.security.NoSuchAlgorithmException;
/* compiled from: BUGLY */
/* loaded from: classes.dex */
public interface aj {
void a(String str);
byte[] a(byte[] bArr) throws Exception;
byte[] b(byte[] bArr) throws Exception, NoSuchAlgorithmException;
}