验证两个APK文件都具有相同签名签署 [英] Verifying that two apk files are signed with the same signature

查看:491
本文介绍了验证两个APK文件都具有相同签名签署的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想验证两个APK文件已经用相同的证书签名。

I would like to verify that two APK files have been signed with the same certificate.

我把整个Java SDK的可用,但想将其从Java code键使跨平台的原因。

I have the whole Java SDK available but would like to it from Java code to make for cross-platform reasons.

任何想法?

推荐答案

在这里试试这个链接的开发人员指南

Try this link here developer guide

你还可以知道,如果他们使用的是相同的签名或不使用创建日期证书的验证签名。

And you can know if they are signed using same signatures or not using the validation of the certificate with creation date.

首先浏览到包含在终端文件夹中的.apk文件

First navigate to the .apk containing folder in terminal

  $ jarsigner -verify -verbose -certs my_application.apk

这篇关于验证两个APK文件都具有相同签名签署的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆