public class BIP38PrivateKey extends VersionedChecksummedBytes
Modifier and Type | Class and Description |
---|---|
static class |
BIP38PrivateKey.BadPassphraseException |
Modifier and Type | Field and Description |
---|---|
byte[] |
addressHash |
boolean |
compressed |
byte[] |
content |
boolean |
ecMultiply |
boolean |
hasLotAndSequence |
NetworkParameters |
params |
bytes, version
Constructor and Description |
---|
BIP38PrivateKey(NetworkParameters params,
String encoded) |
Modifier and Type | Method and Description |
---|---|
ECKey |
decrypt(String passphrase) |
boolean |
equals(Object o) |
int |
hashCode() |
getVersion, toString
public final NetworkParameters params
public final boolean ecMultiply
public final boolean compressed
public final boolean hasLotAndSequence
public final byte[] addressHash
public final byte[] content
public BIP38PrivateKey(NetworkParameters params, String encoded) throws AddressFormatException
AddressFormatException
public ECKey decrypt(String passphrase) throws BIP38PrivateKey.BadPassphraseException
public boolean equals(Object o)
equals
in class VersionedChecksummedBytes
public int hashCode()
hashCode
in class VersionedChecksummedBytes
Copyright © 2014. All rights reserved.