Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
and block chain management. |
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 | Method and Description |
---|---|
VersionedChecksummedBytes |
VersionedChecksummedBytes.clone()
This implementation narrows the return type to
VersionedChecksummedBytes
and allows subclasses to throw CloneNotSupportedException even though it
is never thrown by this implementation. |
Modifier and Type | Method and Description |
---|---|
int |
VersionedChecksummedBytes.compareTo(VersionedChecksummedBytes o)
This implementation uses an optimized Google Guava method to compare
bytes . |
Modifier and Type | Class and Description |
---|---|
class |
BIP38PrivateKey
Implementation of BIP 38
passphrase-protected private keys.
|
Copyright © 2016. All rights reserved.