public class Util
extends Object
-
Method Summary
static byte[]
static byte[]
static byte[]
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
ba2hex
public static String ba2hex(byte[] bytes)
-
ba2b64
public static String ba2b64(byte[] array)
-
b642ba
public static byte[] b642ba(String b64)
-
hex2ba
public static byte[] hex2ba(String s)
-
uuid2ba
public static byte[] uuid2ba(UUID uuid)