public class MD5Coder extends Object
| Constructor and Description |
|---|
MD5Coder() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
encodeBytes(byte[] bytes) |
static String |
encodeString(String originString) |
static String |
getMD5Code_16(String content) |
static String |
getMD5Code_64(String content) |
Copyright © 2016. All rights reserved.