I am using AndroidKeystore as a provider in my current project to securely store private keys. Now I want to make my application available for older versions of Android up to version 4.1 (API version 16). Therefore, I need to find an alternative for AndroidKeystore , but it is hardly possible to find any suitable solution. Is there any recommendation on implementing / emulating / replacing AndroidKeystore functionality in these older versions?
In addition, KeyPairGeneratorSpec is available since v18. What will be the correct replacement in older versions?
android security android-keystore android-developer-api
fr00tyl00p
source share