public class ConversionHelper extends Object
Constructor and Description |
---|
ConversionHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
byteOrNullToHexString(byte[] bytes)
Convert byte[] to String in hex notation.
|
static String |
byteToHexString(byte[] bytes)
Convert byte[] to String in hex notation.
|
static byte[] |
hexStringToByte(String string)
Convert String in hex notation to byte[].
|
public static String byteToHexString(byte[] bytes)
public static String byteOrNullToHexString(byte[] bytes)
public static byte[] hexStringToByte(String string)