| AESEncrypt |
AES加密 对称加密
|
| Base58 |
|
| ByteStreams |
|
| ECIESUtil |
|
| ECKey |
Represents an elliptic curve public and (optionally) private key, usable for digital signatures but not encryption.
|
| ECKey.ECDSASignature |
Groups the two components that make up a signature, and provides a way to encode to DER form, which is
how ECDSA signatures are represented when embedded in other data structures in the Bitcoin protocol.
|
| EncryptedData |
加密后的数据
|
| HexUtil |
|
| HMacWithSha256 |
|
| KeccakHash |
|
| LazyECPoint |
A wrapper around ECPoint that delays decoding of the point for as long as possible.
|
| LinuxSecureRandom |
A SecureRandom implementation that is able to override the standard JVM provided implementation, and which simply
serves random numbers by reading /dev/U_RANDOM.
|
| Sha256Hash |
A Sha256Hash just wraps a byte[] so that equals and hashcode work correctly, allowing it to be used as keys in a
map.
|
| Sha3Hash |
|
| Sha512Hash |
|
| UnsafeByteArrayOutputStream |
An unsynchronized implementation of ByteArrayOutputStream that will return the backing byte array if its length == size().
|