Package | Description |
---|---|
com.google.bitcoin.crypto |
Modifier and Type | Method and Description |
---|---|
static MnemonicCode.Version |
MnemonicCode.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MnemonicCode.Version[] |
MnemonicCode.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
MnemonicCode.toSeed(List<String> words,
String passphrase,
MnemonicCode.Version version) |
Copyright © 2014. All rights reserved.