| Package | Description |
|---|---|
| org.bouncycastle.crypto.digests |
Message digest classes.
|
| org.bouncycastle.util |
General purpose utility classes used throughout the APIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LongDigest
Base class for SHA-384 and SHA-512.
|
class |
SHA512Digest
FIPS 180-2 implementation of SHA-512.
|
| Modifier and Type | Method and Description |
|---|---|
Memoable |
SHA512Digest.copy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SHA512Digest.reset(Memoable other) |
| Modifier and Type | Method and Description |
|---|---|
Memoable |
Memoable.copy()
Produce a copy of this object with its configuration and in its current state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Memoable.reset(Memoable other)
Restore a copied object state into this object.
|