Android: List of available trusted root certificates

好久不见. 提交于 2019-12-21 03:36:25

问题


Is there a android developer page that lists all of the trusted root CAs?

I know I can just pull the file, and list them using keytool - looking for a published web page.


回答1:


In Jelly bean you can find the trusted CA list by navigating to

Settings -> Security -> Trusted credentials.




回答2:


I haven't found an official page. However, here is shown how to get the list of trustes certs from an android device: http://www.andreabaccega.com/blog/2010/09/23/android-root-certification-authorities-list/

There are also all certs published which were found on an that particular Android 2.2 Froyo.




回答3:


Coming too late to the party, but still... Although it is not an official document, you can find few lists of system trusted certificates taken from Android devices here.



来源:https://stackoverflow.com/questions/6665588/android-list-of-available-trusted-root-certificates

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!