public final class CmsMD5Encoder
extends java.lang.Object
The 128 bit MD5 hash is converted into a 32 character long String. Each character of the String is the hexadecimal representation of 4 bits of the digest.
| 构造器和说明 |
|---|
CmsMD5Encoder() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
encode(byte[] binaryData)
Encodes the 128 bit (16 bytes) MD5 into a 32 character String.
|