Package jonelo.jacksum.algorithm

Class Summary

AbstractChecksum An abstract class that is actually the parent of all algorithms.
Adler32 A class that can be used to compute the Adler32 of a data stream.
Adler32alt A class that can be used to compute the Adler32 of a data stream (alternate).
Cksum A class that can be used to compute the Cksum of a data stream.
CombinedChecksum
Crc16 A class that can be used to compute the CRC-16 of a data stream.
Crc32 A class that can be used to compute the Cksum of a data stream.
Crc32Mpeg2 Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Crc64 Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Crc8 A class that can be used to compute the Crc8 of a data stream.
CrcGeneric Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Edonkey A class that can be used to compute the eDonkey of a data stream.
Elf Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
FCS16 Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
FCS32 A class that can be used to compute the CRC-32 (FCS-32) of a data stream (alternate).
MD A wrapper class that can be used to compute MD5, SHA-1, SHA-256, SHA-384 and SHA-512 (provided by your JVM vendor).
MDbouncycastle A wrapper class that can be used to compute GOST, RIPEMD256 and RIPEMD320 (provided by bouncycastle.org).
MDgnu A wrapper class that can be used to compute HAVAL, MD2, MD4, MD5, RIPEMD128, RIPEMD160, SHA1, SHA256, SHA384, SHA512, TIGER, WHIRLPOOL-1 (provided by GNU Crypto) and SHA0, SHA224, TIGER128, TIGER160, TIGER2, WHIRLPOOL-0 and WHIRLPOOL (provided by jonelo).
MDTree A wrapper class that can be used to compute TigerTree
None Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Read Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Sum16 Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Sum24 Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Sum32 Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Sum8 Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
SumBSD Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
SumSysV Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Xor8 Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.