public static class DigestAlgorithmUtil.MD5DigestAlgorithm extends Object
MD5DigestAlgorithm()
static String
encrypt(byte[] data)
encrypt(File file)
encrypt(InputStream inputStream)
encrypt(String data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MD5DigestAlgorithm()
public static String encrypt(byte[] data)
data
Exception
public static String encrypt(String data)
public static String encrypt(InputStream inputStream)
inputStream
public static String encrypt(File file)
file
Copyright © 2019. All rights reserved.