public class MnemonicCode extends Object
| Constructor and Description |
|---|
MnemonicCode() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decryptMnemonicCodesStr(String encryptedMnemonicCodesStr,
String password,
String address) |
static String |
encryptMnemonicCodesStr(String mnemonicCodesStr,
String password,
String address) |
static String |
generateMnemonicCodesStr() |
static String |
generateMnemonicCodesStr(io.github.novacrypto.bip39.Words words) |
static char[] |
getChars(byte[] bytes) |
static byte[] |
getPrikeyFromMnemonicCodesStrBip44(String mnemonicCodesStr) |
static byte[] |
getSeedFromMnemonicCodesStr(String mnemonicCodesStr) |
public static String generateMnemonicCodesStr()
public static String generateMnemonicCodesStr(io.github.novacrypto.bip39.Words words)
public static byte[] getSeedFromMnemonicCodesStr(String mnemonicCodesStr) throws SDKException
SDKExceptionpublic static byte[] getPrikeyFromMnemonicCodesStrBip44(String mnemonicCodesStr) throws Exception
Exceptionpublic static String encryptMnemonicCodesStr(String mnemonicCodesStr, String password, String address) throws Exception
Exceptionpublic static String decryptMnemonicCodesStr(String encryptedMnemonicCodesStr, String password, String address) throws Exception
Exceptionpublic static char[] getChars(byte[] bytes)
Copyright © 2020. All rights reserved.