Package | Description |
---|---|
org.tron.keystore | |
tv.noixion.troncli.models |
Modifier and Type | Method and Description |
---|---|
static WalletFile |
Wallet.create(byte[] password,
ECKey ecKeyPair,
int n,
int p) |
static WalletFile |
Wallet.createLight(byte[] password,
ECKey ecKeyPair) |
static WalletFile |
Wallet.createStandard(byte[] password,
ECKey ecKeyPair) |
static ECKey |
Wallet.decrypt(byte[] password,
WalletFile walletFile) |
static byte[] |
Wallet.decrypt2PrivateBytes(byte[] password,
WalletFile walletFile) |
static String |
WalletUtils.generateFullNewWalletFile(byte[] password,
File destinationDirectory) |
static String |
WalletUtils.generateLightNewWalletFile(byte[] password,
File destinationDirectory) |
static String |
WalletUtils.generateNewWalletFile(byte[] password,
File destinationDirectory,
boolean useFullScrypt) |
static String |
WalletUtils.generateWalletFile(byte[] password,
ECKey ecKeyPair,
File destinationDirectory,
boolean useFullScrypt) |
static String |
WalletUtils.generateWalletString(byte[] password,
ECKey ecKeyPair,
boolean useFullScrypt) |
static Credentials |
WalletUtils.loadCredentials(byte[] password,
File source) |
static void |
WalletUtils.updateWalletFile(byte[] password,
ECKey ecKeyPair,
File source,
boolean useFullScrypt) |
static boolean |
Wallet.validPassword(byte[] password,
WalletFile walletFile) |
Modifier and Type | Method and Description |
---|---|
String |
TronWallet.getWalletJson(String password)
Obtains the wallet as JSON.
|
String |
TronWallet.saveToFile(File dest,
String password)
Saves a wallet to a file.
|
void |
TronWallet.writeToFile(File file,
String password)
Writes the wallet to a file.
|
Constructor and Description |
---|
TronWallet(File file,
String password)
Creates a new instance of TronWallet from a file
|
Copyright © 2020. All rights reserved.