HexTranscoder

class Object
trait Matchable
class Any

Value members

Concrete methods

def decodeToBytes(hex: Array[Byte]): Array[Byte]
def encodeToBytes(bytes: Array[Byte]): Array[Byte]

Inherited methods

def decodeToBytes(hexString: String): Array[Byte]
Inherited from
BytesTranscoder
def decodeToStr(hexString: String): String
Inherited from
BytesTranscoder
def decodeToStr(hex: Array[Byte]): String
Inherited from
BytesTranscoder
def encodeToBytes(byte: String): Array[Byte]
Inherited from
BytesTranscoder
def encodeToStr(bytes: Array[Byte]): String
Inherited from
BytesTranscoder
def encodeToStr(byte: String): String
Inherited from
BytesTranscoder