I'm hoping that there's a way to programmatically access a central trusted keystore on an Android device. I know one exists, at least for verifying SSL connections etc. which also comes with a handy tool for adding certificates, browsing, etc. (Found under settings->location & security->manage trusted certificates)
I'd like to be able to programmatically retrieve public keys from it for the purpose of encrypting files etc.
Given the documentation available, it seems like other app developers are managing their own keystore within their app, which seems redundant.
Any ideas?