-
- All Implemented Interfaces:
public interface MnemonicStandard mnemonic interface
-
-
Method Summary
Modifier and Type Method Description abstract ByteArraytoSeed(String passphrase)Generates a seed with a passphrase. abstract IntegergetWordCount()abstract List<String>getWords()abstract ByteArraygetEntropy()-
-
Method Detail
-
toSeed
abstract ByteArray toSeed(String passphrase)
Generates a seed with a passphrase. The default value of the passphrase is empty
-
getWordCount
abstract Integer getWordCount()
-
getEntropy
abstract ByteArray getEntropy()
-
-
-
-