This is a cache of https://discuss.96boards.org/t/android-keystore-apis-on-dragonboard/3244. It is a snapshot of the page at 2024-09-19T06:59:21.756+0000.
<strong>android</strong> Keystore APIs on dragonboard - 96boards - 96Boards Forum

android Keystore APIs on dragonboard

Trying to run keystore APIs on dragonboard 410c, which has android-5 lollipop release.
Referring the Keystore training article to get keystore instance.
But always getting error that androidKeyStore doesn’t exist, no such provider exception.

Also tried getting all the security providers on board by java.security.Security.getProviders(), but no luck. Although androidOpenSsl, BC providers exist, but no androidKeyStore provider.

In above link, it is specified that

androidKeyStore provider introduced in android 4.3 (API level 18).

We tried with API 21 to 23 but still same issue, Can someone point me in correct direction and specify what I’m doing wrong.