EOSIO / eosio-android-keystore-signature-provider

Pluggable signature provider for EOSIO SDK for Java using Android's Keystore
https://eosio.github.io/eosio-android-keystore-signature-provider/
MIT License
9 stars 11 forks source link

Fixed multiple key type issue in AndroidKeyStore #19

Closed anguyenqd closed 5 years ago

anguyenqd commented 5 years ago

Issue: When multiple type of secret key different than PrivateKeyEntry, the method getAllAndroidKeyStoreKeysInEOSFormat will throw cast exception. More detail in the testGetAvailableKeysWithPrivateKeyEntryOnly instrumentation test.