Secured-Preference-Store
Secured-Preference-Store copied to clipboard
Fix crash with casting AndroidKeyStoreRSAPrivateKey to RSAPrivateKey
Some users of my app got the following crash like https://stackoverflow.com/questions/32400689/crash-casting-androidkeystorersaprivatekey-to-rsaprivatekey or https://stackoverflow.com/questions/32400689/crash-casting-androidkeystorersaprivatekey-to-rsaprivatekey.
Seems that it not necessary to cast the private key to RSAPrivateKey.
@iamMehedi any updates on this one???