| Package | Description |
|---|---|
| com.github.DNAProject.crypto.bip32 | |
| com.github.DNAProject.crypto.bip32.derivation |
| Modifier and Type | Method and Description |
|---|---|
<Key> Key |
Derivation.derive(Key rootKey,
Path path,
CkdFunction<Key> ckdFunction)
Traverse the nodes from the root key node to find the node referenced by the path.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CkdFunctionResultCacheDecorator<Key>
Non-thread safe result cache for ckd functions.
|
| Modifier and Type | Method and Description |
|---|---|
<Key> Key |
Derivation.derive(Key rootKey,
Path path,
CkdFunction<Key> ckdFunction)
Traverse the nodes from the root key node to find the node referenced by the path.
|
<T> T |
CharSequenceDerivation.derive(T rootKey,
CharSequence derivationPath,
CkdFunction<T> ckdFunction) |
| Constructor and Description |
|---|
CkdFunctionDerive(CkdFunction<Node> standardCkdFunction,
Node rootNode) |
Copyright © 2020. All rights reserved.