public final class MD5Encoder extends 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() |
public static String encode(byte[] binaryData)
binaryData
- Array containing the digestCopyright © 2015 JBoss by Red Hat. All rights reserved.