Class MD2Hash[in hash]

Calculates a 128 bits long MD2 (Message Digest 2) hash

class MD2Hash \ from HashBase

Inherited methods

bits from HashBase Returns the bit length of the hash result.
bytes from HashBase Returns the byte length of the hash result.
isFinalized from HashBase Checks if a hash is finalized.
reset from HashBase Clears the hash state
toInt from HashBase Returns the result as an Integer value.
toMemBuf from HashBase Returns the hash result in a MemBuf.
toString from HashBase Returns the hash result as a hexadecimal string.
update from HashBase Feeds data into the hash function.
updateInt from HashBase Hashes an integer of a specified byte length.

Made with faldoc 2.2.1