public class BinaryUtil extends Object
| Constructor and Description |
|---|
BinaryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
calculateMd5(byte[] binaryData) |
static String |
encodeMD5(byte[] binaryData) |
static byte[] |
fromBase64String(String base64String) |
static String |
toBase64String(byte[] binaryData) |
Copyright © 2021. All Rights Reserved.