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

Import Private Key #18

Open shamtroon opened 5 years ago

shamtroon commented 5 years ago

Hi guys, Is there any option/function for import specific eos-private key in "eosio-android-keystore-signature-provider" for signing ? Basically I have private and public keys and I want to import these keys in signature-provider for signing some transaction. In "one.block:eosiojavasoftkeysignatureprovider:0.1.0" there is an option for import key.

anguyenqd commented 5 years ago

Currently, the functionally does not exist but we are considering adding it. We also welcome PRs from the community too in case you want to try.

I am going to mark this thread as enhancement and will priority it.

There are some alternative methods you can try right now:

shamtroon commented 5 years ago

Thanks @DanteNguyen1008 for alternative solutions, I am already using "block:eosiojavasoftkeysignatureprovider" for signing purpose.