Uses of Class
com.google.bitcoin.crypto.MnemonicException.MnemonicLengthException

Packages that use MnemonicException.MnemonicLengthException
com.google.bitcoin.crypto   
 

Uses of MnemonicException.MnemonicLengthException in com.google.bitcoin.crypto
 

Methods in com.google.bitcoin.crypto that throw MnemonicException.MnemonicLengthException
 byte[] MnemonicCode.toEntropy(List<String> words)
          Convert mnemonic word list to original entropy value.
 List<String> MnemonicCode.toMnemonic(byte[] entropy)
          Convert entropy data to mnemonic word list.
 



Copyright © 2014. All rights reserved.