public class WalletFile extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WalletFile.Aes128CtrKdfParams |
static class |
WalletFile.CipherParams |
static class |
WalletFile.Crypto |
static class |
WalletFile.ScryptKdfParams |
Constructor and Description |
---|
WalletFile() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAddress() |
WalletFile.Crypto |
getCrypto() |
String |
getId() |
int |
getVersion() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setCrypto(WalletFile.Crypto crypto) |
void |
setCryptoV1(WalletFile.Crypto crypto) |
void |
setId(String id) |
void |
setVersion(int version) |
public String getAddress()
public void setAddress(String address)
public WalletFile.Crypto getCrypto()
public void setCrypto(WalletFile.Crypto crypto)
public void setCryptoV1(WalletFile.Crypto crypto)
public String getId()
public void setId(String id)
public int getVersion()
public void setVersion(int version)
Copyright © 2020. All rights reserved.