public class MD5Utils extends Object
| Constructor and Description |
|---|
MD5Utils() |
| 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 jetbrick. All rights reserved.