Class Md5Hash

  • All Implemented Interfaces:
    Serializable, Hash, ByteSource

    public class Md5Hash
    extends SimpleHash
    Generates an MD5 Hash (RFC 1321) from a given input source with an optional salt and hash iterations.

    See the SimpleHash parent class JavaDoc for a detailed explanation of Hashing techniques and how the overloaded constructors function.

    Since:
    0.9
    See Also:
    Serialized Form