edu.iastate.metnet.utils
Class MD5Digest

java.lang.Object
  extended by edu.iastate.metnet.utils.MD5Digest

public class MD5Digest
extends java.lang.Object

Author:
Jie Li

Constructor Summary
MD5Digest()
           
 
Method Summary
static java.lang.String getMD5Digest(java.lang.String inputString)
          get the MD5 digest of the input string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5Digest

public MD5Digest()
Method Detail

getMD5Digest

public static java.lang.String getMD5Digest(java.lang.String inputString)
                                     throws java.security.NoSuchAlgorithmException
get the MD5 digest of the input string

Parameters:
inputString - the input string to be digest
Returns:
the digest message
Throws:
java.security.NoSuchAlgorithmException - if the algorithm does not support