public class DigestTools extends Object
public static byte[] doMd5(String content, String charset) throws NoSuchAlgorithmException, UnsupportedEncodingException
public static String md5(String content) throws UnsupportedEncodingException, NoSuchAlgorithmException
content - UnsupportedEncodingExceptionNoSuchAlgorithmExceptionpublic static byte[] doSHA1(String content, String charset) throws NoSuchAlgorithmException, UnsupportedEncodingException
public static String sha1(String content) throws UnsupportedEncodingException, NoSuchAlgorithmException
content - UnsupportedEncodingExceptionNoSuchAlgorithmExceptionCopyright © 2022. All rights reserved.