com.trackstudio.tools
Class MD5

java.lang.Object
  extended by com.trackstudio.tools.MD5
All Implemented Interfaces:
java.io.Serializable

public abstract class MD5
extends java.lang.Object
implements java.io.Serializable

This class contain method for encoding String by MD5 algorithm

See Also:
Serialized Form

Constructor Summary
MD5()
           
 
Method Summary
static java.lang.String encode(java.lang.String password)
          Encodes String by MD5
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5

public MD5()
Method Detail

encode

public static final java.lang.String encode(java.lang.String password)
Encodes String by MD5



Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.