Class HexUtils


  • public class HexUtils
    extends Object
    • Field Detail

      • HEX

        public static final com.google.common.io.BaseEncoding HEX
    • Constructor Detail

      • HexUtils

        public HexUtils()
    • Method Detail

      • hexToBytes

        public static byte[] hexToBytes​(String hex)
      • reverse

        public static byte[] reverse​(byte[] data)
      • hexStr

        public static String hexStr​(byte[] bytes)