Modifier and Type | Method and Description |
---|---|
static String |
byte2hex(byte b)
byte to hex conversion.
|
static String |
bytes2hex(byte[] bytes)
byte[] array to hex conversion.
|
static int |
hexToBin(char c)
Converts a single hex character into its integer equivalent.
|
static byte[] |
parseHexBinary(String hex)
Parses a hexadecimal string into its corresponding bytes.
|
public static String bytes2hex(byte[] bytes)
public static byte[] parseHexBinary(String hex)
public static int hexToBin(char c)
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.