Package io.anyline.nfc.bouncycastle.crypto.digests
See: Description
-
Class Summary Class Description RIPEMD128Digest implementation of RIPEMD128 GeneralDigest base implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347. KeccakDigest implementation of Keccak based on following KeccakNISTInterface.c from https://keccak.noekeon. SHA384Digest FIPS 180-2 implementation of SHA-384. MD4Digest implementation of MD4 as RFC 1320 by R. SHA224Digest SHA-224 as described in RFC 3874 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
SHA3Digest implementation of SHA-3 based on following KeccakNISTInterface.c from https://keccak.noekeon. MD2Digest implementation of MD2 as outlined in RFC1319 by B. RIPEMD160Digest implementation of RIPEMD see, https://www.esat.kuleuven.ac.be/~bosselae/ripemd160. GOST3411_2012Digest Base class for GOST3411-2012 256-bit and GOST3411-2012 512-bit digests. GOST3411_2012_256Digest implementation of GOST R 34. SHA256Digest FIPS 180-2 implementation of SHA-256. RIPEMD256Digest implementation of RIPEMD256. LongDigest Base class for SHA-384 and SHA-512. MD5Digest implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347. SHA1Digest implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349. GOST3411Digest implementation of GOST R 34. SHA512Digest FIPS 180-2 implementation of SHA-512. GOST3411_2012_512Digest implementation of GOST R 34. -
Interface Summary Interface Description EncodableDigest Encodable digests allow you to download an encoded copy of their internal state.