public final class MD5Encoder
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.
| Constructor and Description | 
|---|
| MD5Encoder()Deprecated. 
 Will be made private in Tomcat 8.0.x | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.String | encode(byte[] binaryData)Encodes the 128 bit (16 bytes) MD5 into a 32 character String. | 
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.