Package | Description |
---|---|
com.google.bitcoin.core |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.