public class HexStringCodec
extends java.lang.Object
| Constructor and Description |
|---|
HexStringCodec() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(java.lang.String hexString)
Convert hex string to bytes
|
static java.lang.String |
encode(byte[] bytes)
Convert bytes to string of hex.
|