PackageInfo.signatures 返回什么?

发布于 2024-10-30 17:18:36 字数 96 浏览 5 评论 0原文

为什么这个值有多个签名呢?这些值是包的公钥吗?

我是否可以使用此签名来唯一标识一个包,而不是读取 META-INF 下的文件,或对整个 APK 文件计算 MD5?

Why there are multiple signatures in this value? Are these values the public key of the package?

Can I uniquely identify a package using this signature instead of reading the files under META-INF, or calculating an MD5 on the whole APK file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

束缚m 2024-11-06 17:18:36

根据 @hackbod 的说法,这是 APK 签名所用的所有公钥

尽管有其名称,PackageInfo.signatures 的内容是您的应用程序签名所用的公钥。这在构建之间绝对不会改变。这是应用程序开发者的纯粹身份。

参考:https://groups.google.com/d/msg/android -开发者/fPtdt6zDzns/MDqie6k7qo0J

According to @hackbod, this is all the public keys the APK was signed with

Despite its name, the contents of PackageInfo.signatures is the public keys your app is signed with. This absolutely, positively does not change between builds. This is the pure identify of the developer of the app.

Reference: https://groups.google.com/d/msg/android-developers/fPtdt6zDzns/MDqie6k7qo0J

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文