railo.runtime.cache.eh
Class MD5

java.lang.Object
  extended by railo.runtime.cache.eh.MD5

public final class MD5
extends Object


Constructor Summary
MD5(String input)
           
 
Method Summary
 String getDigest()
           
static String getDigestAsString(String str)
          return md5 from string as string
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5

public MD5(String input)
Parameters:
input -
Method Detail

getDigestAsString

public static String getDigestAsString(String str)
                                throws IOException
return md5 from string as string

Parameters:
str - plain string to get md5 from
Returns:
md5 from string
Throws:
IOException

getDigest

public String getDigest()
                 throws IOException
Returns:
return the digest
Throws:
IOException


Copyright © 2012 Railo