| Package | Description |
|---|---|
| com.github.DNAProject.crypto.bip32 |
| Modifier and Type | Class and Description |
|---|---|
class |
Bitcoin |
| Modifier and Type | Method and Description |
|---|---|
Network |
HdPublicKey.network() |
Network |
HdPrivateKey.network() |
| Modifier and Type | Method and Description |
|---|---|
static Deserializer<HdPublicKey> |
HdPublicKey.deserializer(Network network) |
static Deserializer<HdPrivateKey> |
HdPrivateKey.deserializer(Network network) |
static HdPrivateKey |
HdPrivateKey.fromSeed(byte[] seed,
byte[] byteKey,
Network network) |
static HdPrivateKey |
HdPrivateKey.fromSeed(byte[] seed,
Network network) |
Copyright © 2020. All rights reserved.