issues
search
adorsys
/
secure-storage-android
Store strings & credentials securely encrypted on your device
Apache License 2.0
367
stars
58
forks
source link
Develop
#54
Closed
drilonrecica
closed
5 years ago
drilonrecica
commented
5 years ago
Changed access to Private and Public Keys so that no NullPointerException should happen.
KeyGenParameterSpec instead of KeyPairGeneratorSpec for key generation - API 23 and above
Applied PRNGFixes when generating KeyPair.
Disabled proGuard to make debugging easier.
Wrote documentation and generated Javadoc.
This PR should fix Issue #48
This PR should fix Issue #48