Package | Description |
---|---|
org.bitcoinj.wallet |
Classes that support the
Wallet , which knows how to find and save transactions relevant to
a set of keys or scripts, calculate balances, and spend money: the wallet has many features and can be extended
in various ways, please refer to the website for documentation on how to use it. |
Modifier and Type | Interface and Description |
---|---|
interface |
EncryptableKeyChain
An encryptable key chain is a key-chain that can be encrypted with a user-provided password or AES key.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicKeyChain
A
KeyChain that implements the simplest model possible: it can have keys imported into it, and just acts as
a dumb bag of keys. |
class |
DeterministicKeyChain
A deterministic key chain is a
KeyChain that uses the
BIP 32 standard, as implemented by
DeterministicHierarchy , to derive all the keys in the keychain from a master seed. |
class |
MarriedKeyChain
A multi-signature keychain using synchronized HD keys (a.k.a HDM)
|
Copyright © 2016. All rights reserved.