public class Utils
extends java.lang.Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
bytesToHex(byte[] bytes) |
static byte[] |
hexStringToByteArray(java.lang.String s)
Hexadecimal String to Byte Array converter
|