Re: How to sign bitcoin transactions using JCE primitives?

2019-07-02 Thread Andreas Schildbach
There is no built-in support for signing via HSM. You could try to implement a org.bitcoinj.signers.TransactionSigner. On 27/06/2019 16.15, Антон Долгополов wrote: > Our company decided to use cloud HSM solutions instead of storing > private keys in wallet files. That means that could HSM will ge

How to sign bitcoin transactions using JCE primitives?

2019-06-27 Thread Антон Долгополов
Our company decided to use cloud HSM solutions instead of storing private keys in wallet files. That means that could HSM will generate keys and sign any data without compromising private keys. This HSM has JCE interface with its own provider. I found out how to create Bitcoin MultiSig addresses