stormpath-sdk-android icon indicating copy to clipboard operation
stormpath-sdk-android copied to clipboard

Store keys in conditional ways for different android versions

Open ericlw opened this issue 9 years ago • 2 comments

Several ways to store encrypted keys in android. Gets more secure in newer versions, conditionally add this logic for storing the refresh tokens.

ericlw avatar Mar 03 '16 23:03 ericlw

OpenSSL broken on Android N.

Statically linked OpenSSL also broken. Something about a switch to BoringSSL

Investigating solution....

ericlw avatar Apr 21 '16 23:04 ericlw

Problem replacing deprecated Keygen method with the new one

http://stackoverflow.com/questions/36802523/keypairgeneratorspec-replacement-with-keygenparameterspec-builder-equivalents

ericlw avatar Apr 22 '16 20:04 ericlw