Bouncy Castle Cryptography 1.25

Package org.bouncycastle.crypto.digests

Message digest classes.

See:
          Description

Class Summary
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.
MD2Digest implementation of MD2 as outlined in RFC1319 by B.Kaliski from RSA Laboratories April 1992
MD4Digest implementation of MD4 as RFC 1320 by R.
MD5Digest implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.
RIPEMD128Digest implementation of RIPEMD128
RIPEMD160Digest implementation of RIPEMD see, http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html
RIPEMD256Digest implementation of RIPEMD256.
RIPEMD320Digest implementation of RIPEMD 320.
SHA1Digest implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.
SHA224Digest block word digest SHA-1 512 32 160 SHA-224 512 32 224 SHA-256 512 32 256 SHA-384 1024 64 384 SHA-512 1024 64 512
SHA256Digest Draft FIPS 180-2 implementation of SHA-256.
SHA384Digest Draft FIPS 180-2 implementation of SHA-384.
SHA512Digest Draft FIPS 180-2 implementation of SHA-512.
TigerDigest implementation of Tiger based on: http://www.cs.technion.ac.il/~biham/Reports/Tiger
 

Package org.bouncycastle.crypto.digests Description

Message digest classes.


Bouncy Castle Cryptography 1.25