Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
29
apk_decompiled/sources/E/a.java
Normal file
29
apk_decompiled/sources/E/a.java
Normal file
@@ -0,0 +1,29 @@
|
||||
package E;
|
||||
|
||||
import android.content.pm.PackageInfo;
|
||||
import android.content.pm.PackageManager;
|
||||
import android.content.pm.Signature;
|
||||
import android.content.pm.SigningInfo;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class a {
|
||||
public static Signature[] a(SigningInfo signingInfo) {
|
||||
return signingInfo.getApkContentsSigners();
|
||||
}
|
||||
|
||||
public static long b(PackageInfo packageInfo) {
|
||||
return packageInfo.getLongVersionCode();
|
||||
}
|
||||
|
||||
public static Signature[] c(SigningInfo signingInfo) {
|
||||
return signingInfo.getSigningCertificateHistory();
|
||||
}
|
||||
|
||||
public static boolean d(SigningInfo signingInfo) {
|
||||
return signingInfo.hasMultipleSigners();
|
||||
}
|
||||
|
||||
public static boolean e(PackageManager packageManager, String str, byte[] bArr, int i) {
|
||||
return packageManager.hasSigningCertificate(str, bArr, i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user