11 lines
264 B
Java
11 lines
264 B
Java
|
package o;
|
||
|
|
||
|
import java.security.GeneralSecurityException;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface GHh {
|
||
|
byte[] a(byte[] bArr, byte[] bArr2) throws GeneralSecurityException;
|
||
|
|
||
|
byte[] e(byte[] bArr, byte[] bArr2) throws GeneralSecurityException;
|
||
|
}
|