跳过导航链接
A B C E F G H I J K L M N P R S T V W Z 

A

asByte(int, int) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 

B

BTC - 类 中的静态变量com.develop.mnemonic.KeyPairUtils.CoinTypes
 
BTCTEST - 类 中的静态变量com.develop.mnemonic.KeyPairUtils.CoinTypes
 

C

capitaliseFirstLetter(String) - 类 中的静态方法com.develop.mnemonic.utils.Strings
 
cleanHexPrefix(String) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
CoinTypes() - 类 的构造器com.develop.mnemonic.KeyPairUtils.CoinTypes
 
com.develop.mnemonic - 程序包 com.develop.mnemonic
 
com.develop.mnemonic.crypto - 程序包 com.develop.mnemonic.crypto
 
com.develop.mnemonic.utils - 程序包 com.develop.mnemonic.utils
 
com.develop.mnemonic.wordlists - 程序包 com.develop.mnemonic.wordlists
 
containsHexPrefix(String) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 

E

engineGenerateSeed(int) - 类 中的方法com.develop.mnemonic.crypto.LinuxSecureRandom
 
engineNextBytes(byte[]) - 类 中的方法com.develop.mnemonic.crypto.LinuxSecureRandom
 
engineSetSeed(byte[]) - 类 中的方法com.develop.mnemonic.crypto.LinuxSecureRandom
 
English - com.develop.mnemonic.wordlists中的枚举
Source: https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt
EOS - 类 中的静态变量com.develop.mnemonic.KeyPairUtils.CoinTypes
 
ETH - 类 中的静态变量com.develop.mnemonic.KeyPairUtils.CoinTypes
 

F

French - com.develop.mnemonic.wordlists中的枚举
Source: https://github.com/bitcoin/bips/blob/master/bip-0039/french.txt

G

generateMnemonic() - 类 中的静态方法com.develop.mnemonic.MnemonicUtils
生成助记词, 默认生成英文, 12个单词
generateMnemonic(WordList) - 类 中的静态方法com.develop.mnemonic.MnemonicUtils
生成助记词
generateMnemonic(byte[], WordList) - 类 中的静态方法com.develop.mnemonic.MnemonicUtils
The mnemonic must encode entropy in a multiple of 32 bits.
generatePrivateKey(String, int) - 类 中的静态方法com.develop.mnemonic.KeyPairUtils
生成 a bip32 private key
generatePrivateKey(byte[], int) - 类 中的静态方法com.develop.mnemonic.KeyPairUtils
 
generatePrivateKey(byte[], int, Network) - 类 中的静态方法com.develop.mnemonic.KeyPairUtils
 
generateSeed(String, String) - 类 中的静态方法com.develop.mnemonic.MnemonicUtils
To create a binary seed from the mnemonic, we use the PBKDF2 function with a mnemonic sentence (in UTF-8 NFKD) used as the password and the string "mnemonic" + passphrase (again in UTF-8 NFKD) used as the salt.
getSpace() - 枚举 中的方法com.develop.mnemonic.wordlists.English
 
getSpace() - 枚举 中的方法com.develop.mnemonic.wordlists.French
 
getSpace() - 枚举 中的方法com.develop.mnemonic.wordlists.Japanese
 
getSpace() - 枚举 中的方法com.develop.mnemonic.wordlists.Spanish
 
getSpace() - 接口 中的方法com.develop.mnemonic.wordlists.WordList
Get the space character for this language.
getWord(int) - 枚举 中的方法com.develop.mnemonic.wordlists.English
 
getWord(int) - 枚举 中的方法com.develop.mnemonic.wordlists.French
 
getWord(int) - 枚举 中的方法com.develop.mnemonic.wordlists.Japanese
 
getWord(int) - 枚举 中的方法com.develop.mnemonic.wordlists.Spanish
 
getWord(int) - 接口 中的方法com.develop.mnemonic.wordlists.WordList
Get a word in the word list.

H

Hash - com.develop.mnemonic.crypto中的类
 
Hash() - 类 的构造器com.develop.mnemonic.crypto.Hash
 
hexStringToByteArray(String) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 

I

isEmpty(String) - 类 中的静态方法com.develop.mnemonic.utils.Strings
 
isIntegerValue(BigDecimal) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 

J

Japanese - com.develop.mnemonic.wordlists中的枚举
Source: https://github.com/bitcoin/bips/blob/master/bip-0039/japanese.txt
join(List<String>, String) - 类 中的静态方法com.develop.mnemonic.utils.Strings
 

K

KeyPairUtils - com.develop.mnemonic中的类
生成bip32 PrivateKey , bip44 + bip32
KeyPairUtils() - 类 的构造器com.develop.mnemonic.KeyPairUtils
 
KeyPairUtils.CoinTypes - com.develop.mnemonic中的类
币种类型

L

LinuxSecureRandom - com.develop.mnemonic.crypto中的类
Implementation from BitcoinJ implementation A SecureRandom implementation that is able to override the standard JVM provided implementation, and which simply serves random numbers by reading /dev/urandom.
LinuxSecureRandom() - 类 的构造器com.develop.mnemonic.crypto.LinuxSecureRandom
 
lowercaseFirstLetter(String) - 类 中的静态方法com.develop.mnemonic.utils.Strings
 
LTC - 类 中的静态变量com.develop.mnemonic.KeyPairUtils.CoinTypes
 

M

main(String[]) - 类 中的静态方法com.develop.mnemonic.MnemonicUtils
 
MnemonicUtils - com.develop.mnemonic中的类
source org.web3j.crypto.MnemonicUtils 更改助记词读取方式
MnemonicUtils() - 类 的构造器com.develop.mnemonic.MnemonicUtils
 

N

Numeric - com.develop.mnemonic.utils中的类
 
Numeric() - 类 的构造器com.develop.mnemonic.utils.Numeric
 

P

prependHexPrefix(String) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 

R

repeat(char, int) - 类 中的静态方法com.develop.mnemonic.utils.Strings
 

S

secureRandom() - 类 中的静态方法com.develop.mnemonic.crypto.SecureRandomUtils
 
SecureRandomUtils - com.develop.mnemonic.crypto中的类
source final org.web3j.crypto.SecureRandomUtils
sha256(byte[]) - 类 中的静态方法com.develop.mnemonic.crypto.Hash
Generates SHA-256 digest for the given input.
Spanish - com.develop.mnemonic.wordlists中的枚举
Source: https://github.com/bitcoin/bips/blob/master/bip-0039/spanish.txt
Strings - com.develop.mnemonic.utils中的类
 

T

toBigInt(byte[], int, int) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toBigInt(byte[]) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toBigInt(String) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toBigIntNoPrefix(String) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toBytesPadded(BigInteger, int) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toCsv(List<String>) - 类 中的静态方法com.develop.mnemonic.utils.Strings
 
toHexString(byte[], int, int, boolean) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toHexString(byte[]) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toHexStringNoPrefix(BigInteger) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toHexStringNoPrefix(byte[]) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toHexStringNoPrefixZeroPadded(BigInteger, int) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toHexStringWithPrefix(BigInteger) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toHexStringWithPrefixSafe(BigInteger) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 
toHexStringWithPrefixZeroPadded(BigInteger, int) - 类 中的静态方法com.develop.mnemonic.utils.Numeric
 

V

valueOf(String) - 枚举 中的静态方法com.develop.mnemonic.wordlists.English
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.develop.mnemonic.wordlists.French
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.develop.mnemonic.wordlists.Japanese
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.develop.mnemonic.wordlists.Spanish
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.develop.mnemonic.wordlists.English
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.develop.mnemonic.wordlists.French
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.develop.mnemonic.wordlists.Japanese
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.develop.mnemonic.wordlists.Spanish
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WordList - com.develop.mnemonic.wordlists中的接口
 

Z

zeros(int) - 类 中的静态方法com.develop.mnemonic.utils.Strings
 
A B C E F G H I J K L M N P R S T V W Z 
跳过导航链接