Class ByteArrayUtil


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

      Constructors 
      Constructor Description
      ByteArrayUtil()  
    • Method Summary

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

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

      • ByteArrayUtil

        public ByteArrayUtil()
    • Method Detail

      • toHexString

        public static java.lang.String toHexString​(byte[] ba)
      • hexStringToByteArray

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