Package | Description |
---|---|
com.google.bitcoin.crypto |
Modifier and Type | Field and Description |
---|---|
static ChildNumber |
ChildNumber.ZERO |
Modifier and Type | Method and Description |
---|---|
ChildNumber |
DeterministicKey.getChildNumber()
Returns the last element of the path returned by
DeterministicKey.getChildNumberPath() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<ChildNumber> |
DeterministicKey.getChildNumberPath()
Returns the path through some
DeterministicHierarchy which reaches this keys position in the tree. |
Modifier and Type | Method and Description |
---|---|
DeterministicKey |
DeterministicHierarchy.deriveChild(List<ChildNumber> parentPath,
boolean relative,
boolean createParent,
ChildNumber createChildNumber)
Extends the tree by calculating the requested child for the given path.
|
static DeterministicKey |
HDKeyDerivation.deriveChildKey(DeterministicKey parent,
ChildNumber childNumber) |
Modifier and Type | Method and Description |
---|---|
DeterministicKey |
DeterministicHierarchy.deriveChild(List<ChildNumber> parentPath,
boolean relative,
boolean createParent,
ChildNumber createChildNumber)
Extends the tree by calculating the requested child for the given path.
|
DeterministicKey |
DeterministicHierarchy.deriveNextChild(com.google.common.collect.ImmutableList<ChildNumber> parentPath,
boolean relative,
boolean createParent,
boolean privateDerivation)
Extends the tree by calculating the next key that hangs off the given parent path.
|
DeterministicKey |
DeterministicHierarchy.get(List<ChildNumber> path,
boolean relativePath,
boolean create)
Returns a key for the given path, optionally creating it.
|
Copyright © 2014. All rights reserved.