First off I am new to android Programming, though I am not new to programming itself. What I am, essentially, trying to do is to save my encryption Keys into the Android Keystore. There seems to be a phenomenal lack of such information on GOOGLE, itself. Since there is not much how-to available on the topic I am assuming that it isn't fairly standard knowledge. So can someone please give me a sample code to
- Initialize the KeyStore(Will be using AES-256).
- Save multiple keys in a KeyStore(Please tell me the max number of keys I can store in 1 KeyStore, since i plan on saving nothing short of a 100).
- Get Keys from KeyStore.
- Edit Keys
- Delete Keys
- Delete Entire KeyStore
So in essence a code for all basic functions of a keystore. Thank you in advance for your assistance.