| 类 | 说明 |
|---|---|
| Bip39Wallet |
Data class encapsulating a BIP-39 compatible Ethereum wallet.
|
| ContractUtils |
Smart Contract utility functions.
|
| Credentials |
Credentials wrapper.
|
| ECDSASignature |
An ECDSA Signature.
|
| ECKeyPair |
Elliptic Curve SECP-256k1 generated key pair.
|
| Keys |
Crypto key utilities.
|
| LinuxSecureRandom |
Implementation from
BitcoinJ implementation
A SecureRandom implementation that is able to override the standard JVM provided
implementation, and which simply serves random numbers by reading /dev/urandom.
|
| MnemonicUtils |
Provides utility methods to generate random mnemonics and also generate
seeds from mnemonics.
|
| RawTransaction |
Transaction class used for signing transactions locally.
|
| Sign |
Transaction signing logic.
|
| Sign.SignatureData | |
| SignedRawTransaction | |
| TransactionDecoder | |
| TransactionEncoder |
Create RLP encoded transaction, implementation as per p4 of the
yellow paper.
|
| TransactionUtils |
Transaction utility functions.
|
| Wallet |
Ethereum wallet file management.
|
| WalletFile |
Ethereum wallet file.
|
| WalletFile.Aes128CtrKdfParams | |
| WalletFile.CipherParams | |
| WalletFile.Crypto | |
| WalletFile.ScryptKdfParams | |
| WalletUtils |
Utility functions for working with Wallet files.
|
| 异常错误 | 说明 |
|---|---|
| CipherException |
Cipher exception wrapper.
|