Class fever.data.hasher.Hasher

Description

Hasher class.

Method Index

new Hasher()
hash()

Constructor Detail

Hasher

public function Hasher(hasher:IHasher)

Constructor.

Method Detail

hash

public function hash(value):String

Calculates and returns hash of passed-in value

A toString() method is apply on value before.