hunt.shiro.crypto.hash.Md2Hash

Undocumented in source.

Members

Classes

Md2Hash
class Md2Hash

Generates an MD2 Hash (RFC 1319) from a given input <tt>source</tt> with an optional <tt>salt</tt> and hash iterations. <p/> See the {@link SimpleHash SimpleHash} parent class JavaDoc for a detailed explanation of Hashing techniques and how the overloaded constructors function.

Meta