public class Util extends Object
Modifier and Type | Method and Description |
---|---|
static String |
bytesToHex(byte[] bytes) |
static String |
bytesToHex(byte[] bytes,
boolean lowerCase) |
static String |
intsToHex(int[] ints) |
static String |
intsToHex(int[] ints,
boolean lowerCase) |
static String |
longToByteString(long value) |
static String |
longToByteString(long value,
boolean lowerCase) |
public static String intsToHex(int[] ints)
public static String intsToHex(int[] ints, boolean lowerCase)
public static String bytesToHex(byte[] bytes, boolean lowerCase)
public static String bytesToHex(byte[] bytes)
public static String longToByteString(long value)
public static String longToByteString(long value, boolean lowerCase)
Copyright © 2020–2023 Stiftung SIC. All rights reserved.