| 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 BigInteger |
Keystore.decrypt(String password,
KeystoreFile walletFile) |
Copyright © 2022 IoTeX Group. All rights reserved.