| Package | Description |
|---|---|
| com.isbc.smartcard.esmarttoken.utils |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
HexUtils.decodeHex(char[] data)
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
|
static byte[] |
HexUtils.decodeHex(String string)
Converts a String or an array of character bytes representing hexadecimal values into an array of bytes of those
same values.
|
protected static int |
HexUtils.toDigit(char ch,
int index)
Converts a hexadecimal character to an integer.
|
Copyright © 2018. All rights reserved.