| 程序包 | 说明 |
|---|---|
| com.github.DNAProject.crypto.bip32 | |
| com.github.DNAProject.crypto.bip32.derivation |
| 限定符和类型 | 方法和说明 |
|---|---|
<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.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CkdFunctionResultCacheDecorator<Key>
Non-thread safe result cache for ckd functions.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<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) |
| 构造器和说明 |
|---|
CkdFunctionDerive(CkdFunction<Node> standardCkdFunction,
Node rootNode) |
Copyright © 2021. All rights reserved.