-
- All Implemented Interfaces:
-
dev.sublab.encrypting.mnemonic.Mnemonic
public final class DefaultMnemonic implements Mnemonic
A default mnemonic
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDefaultMnemonic.Companion
-
Constructor Summary
Constructors Constructor Description DefaultMnemonic(Mnemonics.MnemonicCode code, SeedFactory seedFactory)
-
Method Summary
Modifier and Type Method Description IntegergetWordCount()List<String>getWords()ByteArraygetEntropy()ByteArraytoSeed(String passphrase)Gets seed with a passphrase -
-
Constructor Detail
-
DefaultMnemonic
DefaultMnemonic(Mnemonics.MnemonicCode code, SeedFactory seedFactory)
-
-
Method Detail
-
getWordCount
Integer getWordCount()
-
getEntropy
ByteArray getEntropy()
-
-
-
-