public final class DigestEncoder extends Object
The digest hash is converted into a character long String. Each character of the String is the hexadecimal representation of 4 bits of the digest.
| Constructor and Description |
|---|
DigestEncoder() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
encode(byte[] binaryData)
Encodes the 8m bit (m bytes) MD5 into a 2m character String.
|
Copyright © 2017. All rights reserved.