Package org.apache.maven.buildcache.hash
Class HexUtils
- java.lang.Object
-
- org.apache.maven.buildcache.hash.HexUtils
-
public class HexUtils extends Object
HexUtils
-
-
Constructor Summary
Constructors Constructor Description HexUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
decode(String hex)
static String
encode(byte[] hash)
static byte[]
toByteArray(long value)
-