Package | Description |
---|---|
org.tron.keystore |
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 WalletFile |
WalletUtils.loadWalletFile(File source) |
Modifier and Type | Method and Description |
---|---|
static ECKey |
Wallet.decrypt(byte[] password,
WalletFile walletFile) |
static byte[] |
Wallet.decrypt2PrivateBytes(byte[] password,
WalletFile walletFile) |
static String |
WalletUtils.generateWalletFile(WalletFile walletFile,
File destinationDirectory) |
static boolean |
Wallet.validPassword(byte[] password,
WalletFile walletFile) |
Copyright © 2020. All rights reserved.