| Package | Description |
|---|---|
| com.github.iotexproject.antenna.keystore |
| Modifier and Type | Method and Description |
|---|---|
static KeystoreFile |
Keystore.create(String password,
BigInteger privateKey,
int n,
int p) |
static KeystoreFile |
Keystore.createLight(String password,
BigInteger privateKey) |
static KeystoreFile |
Keystore.createStandard(String password,
BigInteger privateKey) |
static KeystoreFile |
KeystoreUtils.createWalletFileByAcount(String password,
Account account)
create keystore file by Account.
|
static KeystoreFile |
KeystoreUtils.createWalletFileByKey(String password,
BigInteger privateKey)
create keystore file by private key.
|
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
Keystore.decrypt(String password,
KeystoreFile walletFile) |
Copyright © 2022 IoTeX Group. All rights reserved.