Android Question Save the Keygenerator key in random access file

shashkiranr

Active Member
Licensed User
Longtime User
Hi All,

I am trying to save the generated key from key generator in a random access file. when i retrieve the key its coming as null.

Any idea how to save and retrieve keys from random access file?

Regards,
SK
 

Peter Simpson

Expert
Licensed User
Longtime User
Upvote 0

shashkiranr

Active Member
Licensed User
Longtime User
Hi Erel and Peter,

Thank you for your reply. I am using the keyvalueStore class. I corrected my mistake. I was not saving the key but was saving the key generator as a whole. I corrected it and now it is retrieving from the randomaccess file. :)

Regards,
SK
 
Upvote 0
Top