Class HexEncoder

    • Constructor Detail

      • HexEncoder

        public HexEncoder()
    • Method Detail

      • toHex

        public static String toHex​(byte[] value)
      • fromHex

        public static byte[] fromHex​(String value)