Jacksum's main method for the CLI
For testing, take a command-line argument in Base32, decode, print in hex,
encode, print
MD - class jonelo.jacksum.algorithm.
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).
MD(String) - constructor for class jonelo.jacksum.algorithm.
MD MD2 - class jonelo.jacksum.adapt.gnu.crypto.hash.
MD2 An implementation of the MD2 message digest algorithm.
MD2() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.
MD2 Creates a new MD2 digest ready for use.
MD4 - class jonelo.jacksum.adapt.gnu.crypto.hash.
MD4 An implementation of Ron Rivest's MD4 message digest algorithm.
MD4() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.
MD4 Public constructor.
MD5 - class jonelo.jacksum.adapt.gnu.crypto.hash.
MD5 The MD5 message-digest algorithm takes as input a message of arbitrary
length and produces as output a 128-bit "fingerprint" or "message digest" of
the input.
MD5() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.
MD5 Trivial 0-arguments constructor.
A wrapper class that can be used to compute GOST, RIPEMD256 and RIPEMD320
(provided by bouncycastle.org).
Creates new MDbouncycastle
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).
A wrapper class that can be used to compute TigerTree
This is the Meta Information used by a Jacksum generated file list.
The prefix for a MetaInfo
Constructs an empty MetaInfo object.
Constructs a MetaInfo object by a String.
This exception is thrown if the Meta Information has been generated
by a later version of Jacksum.