|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AddressFormatException | |
---|---|
com.google.bitcoin.core |
Uses of AddressFormatException in com.google.bitcoin.core |
---|
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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |