| 程序包 | 说明 |
|---|---|
| com.baidu.xuper.api | |
| com.baidu.xuper.crypto | |
| com.baidu.xuper.crypto.account | |
| com.baidu.xuper.crypto.gm | |
| com.baidu.xuper.crypto.xchain | |
| com.baidu.xuper.crypto.xchain.sign |
| 限定符和类型 | 方法和说明 |
|---|---|
ECKeyPair |
Account.getKeyPair() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Account |
Account.create(ECKeyPair keyPair) |
| 限定符和类型 | 方法和说明 |
|---|---|
ECKeyPair |
Crypto.createECKeyPair()
using random create ECKeyPair
|
ECKeyPair |
Crypto.getECKeyPairFromPrivateKey(BigInteger privateKey) |
| 限定符和类型 | 字段和说明 |
|---|---|
ECKeyPair |
ECDSAAccount.ecKeyPair |
| 限定符和类型 | 方法和说明 |
|---|---|
ECKeyPair |
ECDSAAccount.getEcKeyPair() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ECDSAAccount.setEcKeyPair(ECKeyPair ecKeyPair) |
| 限定符和类型 | 方法和说明 |
|---|---|
ECKeyPair |
GmCryptoClient.createECKeyPair()
using random create ECKeyPair
|
ECKeyPair |
GmCryptoClient.getECKeyPairFromPrivateKey(BigInteger privateKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
ECKeyPair |
XChainCryptoClient.createECKeyPair()
using random create ECKeyPair
|
ECKeyPair |
XChainCryptoClient.getECKeyPairFromPrivateKey(BigInteger privateKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ECKeyPair |
ECKeyPair.create() |
static ECKeyPair |
ECKeyPair.create(BigInteger privateKey) |
static ECKeyPair |
ECKeyPair.create(byte[] seed) |
static ECKeyPair |
ECKeyPair.create(SecureRandom secureRandom) |
Copyright © 2022. All rights reserved.