| Class | Description |
|---|---|
| Bip32ECKeyPair |
BIP-32 key pair.
|
| ECDSASignature |
An ECDSA Signature.
|
| ECKeyPair |
Elliptic Curve SECP-256r1 generated key pair.
|
| ECKeyPair.ECPrivateKey | |
| ECKeyPair.ECPublicKey | |
| LinuxSecureRandom |
Original Implementation from
BitcoinJ implementation
|
| MnemonicUtils |
Provides utility methods to generate random mnemonics and also generate
seeds from mnemonics.
|
| NEP2 |
Provides encryption and decryption functionality according to NEP-2 specification.
|
| ScryptParams |
NEP-2 defines the attributes "n", "r", and
"p".
|
| SecureRandomUtils |
Utility class for working with SecureRandom implementation.
|
| Sign |
Transaction signing logic.
|
| Sign.SignatureData |