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 | Field and Description |
---|---|
protected LazyECPoint |
ECKey.pub |
Modifier and Type | Method and Description |
---|---|
static LazyECPoint |
ECKey.compressPoint(LazyECPoint point) |
static LazyECPoint |
ECKey.decompressPoint(LazyECPoint point) |
Modifier and Type | Method and Description |
---|---|
static LazyECPoint |
ECKey.compressPoint(LazyECPoint point) |
static LazyECPoint |
ECKey.decompressPoint(LazyECPoint point) |
Constructor and Description |
---|
ECKey(BigInteger priv,
LazyECPoint pub) |
Constructor and Description |
---|
DeterministicKey(ImmutableList<ChildNumber> childNumberPath,
byte[] chainCode,
KeyCrypter crypter,
LazyECPoint pub,
EncryptedData priv,
DeterministicKey parent)
Constructs a key from its components.
|
DeterministicKey(ImmutableList<ChildNumber> childNumberPath,
byte[] chainCode,
LazyECPoint publicAsPoint,
BigInteger priv,
DeterministicKey parent)
Constructs a key from its components.
|
Copyright © 2016. All rights reserved.