| Package | Description |
|---|---|
| com.github.iotexproject.antenna.crypto |
| Modifier and Type | Method and Description |
|---|---|
static DeterministicKey |
HDKeyDerivation.createMasterPrivateKey(byte[] seed) |
static DeterministicKey |
HDKeyDerivation.createMasterPrivKeyFromBytes(byte[] privKeyBytes,
byte[] chainCode) |
static DeterministicKey |
HDKeyDerivation.deriveChildKey(DeterministicKey parent,
ChildNumber childNumber) |
static DeterministicKey |
HDKeyDerivation.deriveChildKey(DeterministicKey parent,
int childNumber) |
static DeterministicKey |
HDKeyDerivation.deriveChildKeyFromPrivate(DeterministicKey parent,
ChildNumber childNumber) |
| Modifier and Type | Method and Description |
|---|---|
static DeterministicKey |
HDKeyDerivation.deriveChildKey(DeterministicKey parent,
ChildNumber childNumber) |
static DeterministicKey |
HDKeyDerivation.deriveChildKey(DeterministicKey parent,
int childNumber) |
static HDKeyDerivation.RawKeyBytes |
HDKeyDerivation.deriveChildKeyBytesFromPrivate(DeterministicKey parent,
ChildNumber childNumber) |
static DeterministicKey |
HDKeyDerivation.deriveChildKeyFromPrivate(DeterministicKey parent,
ChildNumber childNumber) |
| Constructor and Description |
|---|
DeterministicKey(DeterministicKey parent,
byte[] privateKey,
byte[] chainCode,
HDPath childNumberPath) |
Copyright © 2022 IoTeX Group. All rights reserved.