Class HexUtil


  • public class HexUtil
    extends Object
    • Constructor Detail

      • HexUtil

        public HexUtil()
    • Method Detail

      • bytesToHexString

        public static String bytesToHexString​(byte[] bytes)
        Converts byte array into its hex string representation.
        Parameters:
        bytes -
        Returns:
      • hexStringToBytes

        public static byte[] hexStringToBytes​(String s)
        Converts hex string into its byte[] representation.
        Parameters:
        s -
        Returns: