public class MD5Utils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static char[] |
hexDigits |
protected static MessageDigest |
messagedigest |
| Constructor and Description |
|---|
MD5Utils() |
protected static char[] hexDigits
protected static MessageDigest messagedigest
public static String getMD5(File file) throws IOException
IOExceptionpublic static String getMD5(byte[] bytes)
Copyright © 2014. All rights reserved.