Package | Description |
---|---|
org.bitcoinj.crypto |
The crypto package contains classes that work with key derivation algorithms like scrypt (passwords to AES keys),
BIP 32 hierarchies (chains of keys from a root seed), X.509 utilities for the payment protocol and other general
cryptography tasks.
|
org.bitcoinj.wallet |
Classes that support the
Wallet , which knows how to find and save transactions relevant to
a set of keys or scripts, calculate balances, and spend money: the wallet has many features and can be extended
in various ways, please refer to the website for documentation on how to use it. |
Modifier and Type | Class and Description |
---|---|
static class |
MnemonicException.MnemonicChecksumException
Thrown when a list of MnemonicCode words fails the checksum check.
|
static class |
MnemonicException.MnemonicLengthException
Thrown when an argument to MnemonicCode is the wrong length.
|
static class |
MnemonicException.MnemonicWordException
Thrown when a word is encountered which is not in the MnemonicCode's word list.
|
Modifier and Type | Method and Description |
---|---|
void |
MnemonicCode.check(List<String> words)
Check to see if a mnemonic word list is valid.
|
Modifier and Type | Method and Description |
---|---|
void |
DeterministicSeed.check()
Check if our mnemonic is a valid mnemonic phrase for our word list.
|
Copyright © 2016. All rights reserved.