Package 

Class ByteArrayHex

  • All Implemented Interfaces:

    
    public final class ByteArrayHex
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String encode(Boolean includePrefix) Encodes ByteArray into hex String
      • Methods inherited from class java.lang.Object

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

      • ByteArrayHex

        ByteArrayHex(ByteArray byteArray)
    • Method Detail

      • encode

         final String encode(Boolean includePrefix)

        Encodes ByteArray into hex String

        Parameters:
        includePrefix - Bool value indicating whether the prefix should be included in the returned hex String