java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.HexBin

public final class HexBin
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    HexBin()  
  • Method Summary

    Modifier and Type Method Description
    static byte[] decode​(java.lang.String encoded)
    Decode hex string to a byte array

    Methods inherited from class java.lang.Object

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

    • HexBin

      public HexBin()
  • Method Details

    • decode

      public static byte[] decode​(java.lang.String encoded)
      Decode hex string to a byte array
      Parameters:
      encoded - encoded string
      Returns:
      return array of byte to encode