Class StringUtils


  • public final class StringUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static char[] hexArray  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String byteArrayToHexString​(byte[] bytes)  
      private static java.lang.String getHex​(byte[] raw)  
      • Methods inherited from class java.lang.Object

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

      • hexArray

        private static final char[] hexArray
    • Constructor Detail

      • StringUtils

        public StringUtils()
    • Method Detail

      • byteArrayToHexString

        public static java.lang.String byteArrayToHexString​(byte[] bytes)
      • getHex

        private static java.lang.String getHex​(byte[] raw)