public final class HexUtils extends Object
| Constructor and Description | 
|---|
| HexUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | getDec(int index) | 
| static byte | getHex(int index) | 
| static void | load()Deprecated. 
 Unused. Will be removed in Tomcat 8.0.x onwards. | 
| static String | toHexString(byte[] bytes) | 
@Deprecated public static void load()
public static int getDec(int index)
public static byte getHex(int index)
public static String toHexString(byte[] bytes)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.