public abstract class HexUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
bytes(String hex)
transform a hex string into a byte array
|
static String |
pad(String hex,
int bytes) |
static String |
string(byte[] bytes)
transforms a byte array into a hex string
|
static String |
string(int... bytes)
transform an array of integers into a hex string
|
public static String string(byte[] bytes)
bytes - public static String string(int... bytes)
bytes - public static byte[] bytes(String hex)
hex - Copyright © 2015 Molindo GmbH. All Rights Reserved.