Interface | Description |
---|---|
EncodableDigest |
Encodable digests allow you to download an encoded copy of their internal state.
|
Class | Description |
---|---|
GeneralDigest |
base implementation of MD4 family style digest as outlined in
"Handbook of Applied Cryptography", pages 344 - 347.
|
LongDigest |
Base class for SHA-384 and SHA-512.
|
MD5Digest |
implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.
|
NullDigest | |
SHA1Digest |
implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.
|
SHA224Digest |
SHA-224 as described in RFC 3874
|
SHA256Digest |
FIPS 180-2 implementation of SHA-256.
|
SHA384Digest |
FIPS 180-2 implementation of SHA-384.
|
SHA512Digest |
FIPS 180-2 implementation of SHA-512.
|
SHA512tDigest |
FIPS 180-4 implementation of SHA-512/t
|
ShortenedDigest |
Wrapper class that reduces the output length of a particular digest to
only the first n bytes of the digest function.
|