Class HexUtils


  • public class HexUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HexUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] hexStringToByteArray​(java.lang.String hexString)  
      static boolean isValidHexString​(java.lang.String hexString)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HexUtils

        public HexUtils()
    • Method Detail

      • isValidHexString

        public static boolean isValidHexString​(java.lang.String hexString)
      • hexStringToByteArray

        public static byte[] hexStringToByteArray​(java.lang.String hexString)