public class HexStringCodec extends java.lang.Object
HexStringCodec()
static byte[]
decode(java.lang.String hexString)
static java.lang.String
encode(byte[] bytes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HexStringCodec()
public static java.lang.String encode(byte[] bytes)
public static byte[] decode(java.lang.String hexString)