public class HexUtilities
extends java.lang.Object
| Constructor and Description |
|---|
HexUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
bytesToHex(byte[] raw)
Converts the given byte array to HEX representation.
|
static byte[] |
hexToBytes(char[] hex)
Converts the given array of HEX characters to a byte array.
|
public static java.lang.String bytesToHex(byte[] raw)
raw - input byte arraypublic static byte[] hexToBytes(char[] hex)
hex - input array of HEX charactersCopyright © 2015 Micro Focus GmbH. All rights reserved.