14 lines
307 B
Java
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;
|
|
}
|