public class BackupToMnemonicSeed
extends Object
The following example shows you how to create a deterministic seed from a hierarchical deterministic wallet represented as a mnemonic code.
This seed can be used to fully restore your wallet. The RestoreFromSeed.java example shows how to load the wallet from this seed.
In Bitcoin Improvement Proposal (BIP) 39 and BIP 32 describe the details about hierarchical deterministic wallets and mnemonic sentences
https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki