| Package | Description |
|---|---|
| com.github.iotexproject.antenna.crypto |
| Modifier and Type | Method and Description |
|---|---|
HDPath |
HDPath.extend(ChildNumber child1,
ChildNumber... children)
Extend the path by appending additional ChildNumber objects.
|
HDPath |
HDPath.extend(HDPath path2)
Extend the path by appending a relative path.
|
HDPath |
HDPath.extend(List<ChildNumber> path2)
Extend the path by appending a relative path.
|
HDPath |
DeterministicKey.getPath() |
static HDPath |
HDPath.m()
Returns an empty path for a private key.
|
static HDPath |
HDPath.M()
Returns an empty path for a public key.
|
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.
|
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.
|
static HDPath |
HDPath.parsePath(String path)
Create an HDPath from a path string.
|
| Modifier and Type | Method and Description |
|---|---|
HDPath |
HDPath.extend(HDPath path2)
Extend the path by appending a relative path.
|
| Constructor and Description |
|---|
DeterministicKey(DeterministicKey parent,
byte[] privateKey,
byte[] chainCode,
HDPath childNumberPath) |
Copyright © 2022 IoTeX Group. All rights reserved.