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
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MD5
public MD5()
encode
public static final String encode(String inbuf)
- 对字符串进行 MD5 散列计算
- 参数:
inbuf - 要处理的字符串
- 返回:
- MD5 散列的字符串
Copyright © 2013. All Rights Reserved.