public class KeyPairUtils
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
KeyPairUtils.CoinTypes
币种类型
|
| 构造器和说明 |
|---|
KeyPairUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
generatePrivateKey(byte[] seed,
int coinType) |
static byte[] |
generatePrivateKey(byte[] seed,
int coinType,
io.github.novacrypto.bip32.Network network) |
static byte[] |
generatePrivateKey(java.lang.String mnemonic,
int coinType)
生成 a bip32 private key
|
public static byte[] generatePrivateKey(java.lang.String mnemonic,
int coinType)
mnemonic - coinType - public static byte[] generatePrivateKey(byte[] seed,
int coinType)
public static byte[] generatePrivateKey(byte[] seed,
int coinType,
io.github.novacrypto.bip32.Network network)