public static function setHashAlgorithm($hashAlgorithm)
 {
     self::$_HASH_ALGORITHM = (string) $hashAlgorithm;
 }