content
public final byte[] content
final byte[]
final boolean
final byte[]
final boolean
final boolean
bytes, network
static BIP38PrivateKey
fromBase58(Network network,
String base58)
static BIP38PrivateKey
fromBase58(NetworkParameters params,
String base58)
toBase58()
toString()
equals, getParameters, hashCode, network
network
- The network of the chain that the key is for.base58
- The textual form of the password-protected private key.AddressFormatException
- if the given base58 doesn't parse or the checksum is invalidparams
- The network of the chain that the key is for.base58
- The textual form of the password-protected private key.AddressFormatException
- if the given base58 doesn't parse or the checksum is invalid
fromBase58(Network, String)