Uses of Class
ch.bitagent.bitcoin.lib.ecc.PrivateKey
-
Packages that use PrivateKey Package Description ch.bitagent.bitcoin.lib.ecc ch.bitagent.bitcoin.lib.tx -
-
Uses of PrivateKey in ch.bitagent.bitcoin.lib.ecc
Methods in ch.bitagent.bitcoin.lib.ecc that return PrivateKey Modifier and Type Method Description static PrivateKeyPrivateKey. parse(byte[] secret)parsestatic PrivateKeyPrivateKey. parseWif(String wif, boolean compressed, boolean testnet)parseWif -
Uses of PrivateKey in ch.bitagent.bitcoin.lib.tx
Methods in ch.bitagent.bitcoin.lib.tx with parameters of type PrivateKey Modifier and Type Method Description booleanTx. signInput(int inputIndex, PrivateKey privateKey)Signs the input using the private key
-