开发者

How do I know if a certificate authority is going to be trusted on a particular version of the Android SDK?

开发者 https://www.devze.com 2023-03-25 19:05 出处:网络
I can\'t find a list of authorities per Android SDK version anywhere. Most advice suggests running some code on a mounted device to determine the list of trusted root authorities for that device. This

I can't find a list of authorities per Android SDK version anywhere. Most advice suggests running some code on a mounted device to determine the list of trusted root authorities for that device. This is simply not acceptable. If we're testing against a certain version, I need to know for that version, and each vers开发者_Python百科ion above, what certificate authorities can we use? In particular, we need the CA to be trusted on Android 2.0+.

0

精彩评论

暂无评论...
验证码 换一张
取 消