public class MD5Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
md5(byte[] data) |
static byte[] |
md5(String data) |
static String |
md5Hex(byte[] data) |
static String |
md5Hex(String data) |
Copyright © 2016. All Rights Reserved.