public final class HexUtil extends Object
Just used for logging purposes.
| Modifier and Type | Method and Description |
|---|---|
static String |
bytesToHex(byte[] someBytes)
Converts a byte array to a hex string.
|
public static String bytesToHex(byte[] someBytes)
someBytes - a byte arrayCopyright © 2023. All rights reserved.