Package com.nomagic.license.utils
Class HexStringCodec
- java.lang.Object
-
- com.nomagic.license.utils.HexStringCodec
-
public class HexStringCodec extends java.lang.ObjectConverts bytes <--> String (hex)
-
-
Constructor Summary
Constructors Constructor Description HexStringCodec()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]decode(java.lang.String hexString)Convert hex string to bytesstatic java.lang.Stringencode(byte[] bytes)Convert bytes to string of hex.
-