public final class HexUtils
extends java.lang.Object
Constructor | Description |
---|---|
HexUtils() |
Modifier and Type | Method | Description |
---|---|---|
static byte[] |
fromHexString(java.lang.String input) |
|
static int |
getDec(int index) |
|
static byte |
getHex(int index) |
|
static java.lang.String |
toHexString(byte[] bytes) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.