Initial commit
This commit is contained in:
13
sources/com/tencent/bugly/proguard/aj.java
Normal file
13
sources/com/tencent/bugly/proguard/aj.java
Normal file
@@ -0,0 +1,13 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user