android - 对 Android 应用从 1024 位切换到 2048 位 SSL 的影响

标签 android ssl

我目前有一个 Android 应用程序利用当前使用 1024 位 SSL 证书的流行 weservice。我被告知网络服务将迁移到 2048 位 SSL 证书。我想知道:

  • 这将如何影响在旧版 Android(例如:1.x)上使用我的应用的用户?
  • 我假设我当前使用 HttpsURLConnection 的代码会自动处理更改,我的想法对吗??

最佳答案

How will this impact the users using my app on an older version of Android (ex: 1.x)?

这不是真正的答案,只是一个想法。 (我不知道 1.x 是否有限制支持 RSA key 长度)。

基于 Usage share文章中,约有 0.6% 的用户仍在使用 Android 1.x。我会说专注于如此小的百分比是有意义的,前提是您拥有绝对庞大的用户群。

I am assuming that my current code using HttpsURLConnection will take care of the change >automatically, am i right in thinking so??

是的。您无需执行任何操作。

关于android - 对 Android 应用从 1024 位切换到 2048 位 SSL 的影响,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12377624/

相关文章:

firefox - Firefox 中的 SSL 证书异常

java.lang.StackOverflowError?

java - 使用自生成的 key 来测试 java ssl 应用程序

google-app-engine - Google App Engine 自定义域、子域和 SSL

java - 在不同的开关中使用单选按钮在android中添加变量

ssl - 从 https ://. .. 移动到 http://而不会中断链接(SSL 迁移)

ssl - 为什么 reqwest 需要安装 OpenSSL?

java - 错误: on a null object reference, SavedInstanceState旋转回收器 View

android - 如何在适用于 Android 的 DropboxAPI v2 中进行身份验证?

android - 包含一个新的布局,在 CoordinatorLayout 中不能正常工作?