Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
block chain management and the Wallet class. |
org.bitcoinj.crypto |
The crypto package contains classes that work with key derivation algorithms like scrypt (passwords to AES keys),
BIP 32 hierarchies (chains of keys from a root seed), X.509 utilities for the payment protocol and other general
cryptography tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
Address
A Bitcoin address looks like 1MsScoe2fTJoq4ZPdQgqyhgWeoNamYPevy and is derived from an elliptic curve public key
plus a set of network parameters.
|
class |
DumpedPrivateKey
Parses and generates private keys in the form used by the Bitcoin "dumpprivkey" command.
|
Modifier and Type | Class and Description |
---|---|
class |
BIP38PrivateKey
Implementation of BIP 38
passphrase-protected private keys.
|
Copyright © 2014. All rights reserved.