public final class Md5Util extends Object
| 构造器和说明 |
|---|
Md5Util() |
public static String getString(String str) throws NoSuchAlgorithmException
str - 字符串NoSuchAlgorithmException - 异常public static String getFile(File file) throws IOException, NoSuchAlgorithmException
file - file 对象IOException - ioNoSuchAlgorithmException - 异常public static byte[] getBytes(String strSrc, String charsetName) throws NoSuchAlgorithmException, UnsupportedEncodingException
strSrc - 字符串charsetName - 编码NoSuchAlgorithmException - nUnsupportedEncodingException - uCopyright © 2018. All rights reserved.