| Package | Description |
|---|---|
| com.github.iotexproject.antenna.crypto |
| Modifier and Type | Field and Description |
|---|---|
static ChildNumber |
ChildNumber.ONE |
static ChildNumber |
ChildNumber.ONE_HARDENED |
static ChildNumber |
ChildNumber.ZERO |
static ChildNumber |
ChildNumber.ZERO_HARDENED |
| Modifier and Type | Field and Description |
|---|---|
protected List<ChildNumber> |
HDPath.unmodifiableList |
| Modifier and Type | Method and Description |
|---|---|
ChildNumber |
HDPath.get(int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
ChildNumber.compareTo(ChildNumber other) |
static DeterministicKey |
HDKeyDerivation.deriveChildKey(DeterministicKey parent,
ChildNumber childNumber) |
static HDKeyDerivation.RawKeyBytes |
HDKeyDerivation.deriveChildKeyBytesFromPrivate(DeterministicKey parent,
ChildNumber childNumber) |
static DeterministicKey |
HDKeyDerivation.deriveChildKeyFromPrivate(DeterministicKey parent,
ChildNumber childNumber) |
HDPath |
HDPath.extend(ChildNumber child1,
ChildNumber... children)
Extend the path by appending additional ChildNumber objects.
|
HDPath |
HDPath.extend(ChildNumber child1,
ChildNumber... children)
Extend the path by appending additional ChildNumber objects.
|
static HDPath |
HDPath.m(ChildNumber... children)
Returns a path for a private key.
|
static HDPath |
HDPath.M(ChildNumber... children)
Returns a path for a public key.
|
static HDPath |
HDPath.m(ChildNumber childNumber)
Returns a path for a private key.
|
static HDPath |
HDPath.M(ChildNumber childNumber)
Returns a path for a public key.
|
| Modifier and Type | Method and Description |
|---|---|
HDPath |
HDPath.extend(List<ChildNumber> path2)
Extend the path by appending a relative path.
|
static HDPath |
HDPath.m(List<ChildNumber> list)
Returns a path for a private key.
|
static HDPath |
HDPath.M(List<ChildNumber> list)
Returns a path for a public key.
|
| Constructor and Description |
|---|
HDPath(boolean hasPrivateKey,
List<ChildNumber> list)
Constructs a path for a public or private key.
|
HDPath(List<ChildNumber> list)
Constructs a path for a public key.
|
Copyright © 2022 IoTeX Group. All rights reserved.