| Class | Description |
|---|---|
| Amino | |
| Bech32Utils |
Implementation from
https://github.com/bitcoinj/bitcoinj/blob/master/core/src/main/java/org/bitcoinj/core/SegwitAddress.java
|
| Bip44WalletUtils |
Implementation from
https://github.com/web3j/web3j/blob/master/core/src/main/java/org/web3j/crypto/Bip44WalletUtils.java
Generates a BIP-44 compatible wallet on top of BIP-39 generated seed.
|
| ECDSASignature |
Original Code
https://github.com/web3j/web3j/blob/master/crypto/src/main/java/org/web3j/crypto/Sign.java
|
| KeyStore | |
| LinkKeys |
Implementation from
https://github.com/web3j/web3j/blob/master/crypto/src/main/java/org/web3j/crypto/Keys.java
Crypto key utilities.
|
| TendermintArmoredOutputStream |
Implementation from org.bouncycastle.bcpg.ArmoredOutputStream
Output stream that writes data in ASCII Armored format.
|
| Xsalsa20Symmetric |