org.jiucai.appframework.common.encode
类 MD5

java.lang.Object
  继承者 org.jiucai.appframework.common.encode.MD5

public class MD5
extends Object

MD5 算法

 
 Copyright: Ma Bingyao 
 Version: 3.0.2
 LastModified: Apr 12, 2010
 This library is free.  You can redistribute it and/or modify it under GPL.
 md5 类实现了RSA Data Security, Inc.在提交给IETF 的RFC1321中的MD5 message-digest 算法
 
 

作者:
Ma Bingyao

构造方法摘要
MD5()
           
 
方法摘要
static String encode(String inbuf)
          对字符串进行 MD5 散列计算
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MD5

public MD5()
方法详细信息

encode

public static String encode(String inbuf)
对字符串进行 MD5 散列计算

参数:
inbuf - 要处理的字符串
返回:
MD5 散列的字符串


Copyright © 2013. All Rights Reserved.