Accessing Android's credential storage
Unsolved
Mobile and Embedded
-
Hi
We are generating the RSA public/private key in Android. We would like persist the keys. We would like to use android credential storage. Do we have any Qt API for this ? OR JNI is the only choice ?
-
Hi,
AFAIK, there's no pre-baked class for that. So yes QAndroidJniObject and friends are going to be your friends.