Class Hex

java.lang.Object
org.arkecosystem.crypto.encoding.Hex

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

    Constructors 
    Constructor Description
    Hex()  
  • Method Summary

    Modifier and Type Method Description
    static byte[] decode​(java.lang.String value)  
    static java.lang.String encode​(byte[] value)  

    Methods inherited from class java.lang.Object

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

    • Hex

      public Hex()
  • Method Details

    • encode

      public static java.lang.String encode​(byte[] value)
    • decode

      public static byte[] decode​(java.lang.String value)