Uses of Class
com.google.bitcoin.core.AddressFormatException

Packages that use AddressFormatException
com.google.bitcoin.core   
 

Uses of AddressFormatException in com.google.bitcoin.core
 

Subclasses of AddressFormatException in com.google.bitcoin.core
 class WrongNetworkException
          This exception is thrown by the Address class when you try and decode an address with a version code that isn't used by that network.
 

Methods in com.google.bitcoin.core that throw AddressFormatException
static byte[] Base58.decode(String input)
           
static byte[] Base58.decodeChecked(String input)
          Uses the checksum in the last 4 bytes of the decoded data to verify the rest are correct.
static BigInteger Base58.decodeToBigInteger(String input)
           
static NetworkParameters Address.getParametersFromAddress(String address)
          Given an address, examines the version byte and attempts to find a matching NetworkParameters.
 

Constructors in com.google.bitcoin.core that throw AddressFormatException
Address(NetworkParameters params, String address)
          Construct an address from parameters and the standard "human readable" form.
DumpedPrivateKey(NetworkParameters params, String encoded)
          Parses the given private key as created by the "dumpprivkey" Bitcoin C++ RPC.
VersionedChecksummedBytes(String encoded)
           
 



Copyright © 2014. All rights reserved.