-
- All Implemented Interfaces:
public final class Mnemonic
Mnemonic phrases are a human-readable version of the private keys. Supported number of words are 12, 15, 18, 21 and 24.
-
-
Method Summary
Modifier and Type Method Description final String
asString()
final Mnemonic
fromString()
final Mnemonic
fromEntropy()
-
-
Constructor Detail
-
Mnemonic
Mnemonic(String mnemonic)
Generates Mnemonic with a random entropy.- Parameters:
mnemonic
- The mnemonic as a string of space-separated words.
-
-
Method Detail
-
fromString
final Mnemonic fromString()
-
fromEntropy
final Mnemonic fromEntropy()
-
-
-
-