stormpath / stormpath-sdk-android

Android library for Stormpath
http://www.stormpath.com
Apache License 2.0
18 stars 15 forks source link

Store keys in conditional ways for different android versions #9

Open ericlw opened 8 years ago

ericlw commented 8 years ago

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

ericlw commented 8 years ago

OpenSSL broken on Android N.

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

Investigating solution....

ericlw commented 8 years ago

Problem replacing deprecated Keygen method with the new one

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