spider.util
Class Hashing

java.lang.Object
  |
  +--spider.util.Hashing

public class Hashing
extends java.lang.Object

uses MD5 hashing to convert arbitrary strings into a 128 bit hexadecimal (String).

Author:
Gautam Pant

Constructor Summary
Hashing()
           
 
Method Summary
static java.lang.String getHashValue(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hashing

public Hashing()
Method Detail

getHashValue

public static java.lang.String getHashValue(java.lang.String text)