public class HDKey extends Object
| 构造器和说明 |
|---|
HDKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
Keys |
deriveKeyByPath(Slip10Curve curve,
String path,
String seedHex) |
Keys |
getMasterKeyFromSeed(Slip10Curve curve,
String seedHex) |
static String |
padHexString(String hexString,
int fixedLength) |
public Keys getMasterKeyFromSeed(Slip10Curve curve, String seedHex)
public Keys deriveKeyByPath(Slip10Curve curve, String path, String seedHex) throws Exception
ExceptionCopyright © 2025. All rights reserved.