Package com.biglybt.core.util
Class UUIDGenerator
java.lang.Object
com.biglybt.core.util.UUIDGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
128 bit UUID using random methodstatic String
129 byte random UUID formatted as standard 36 char hex and hyphen stringstatic void
-
Constructor Details
-
UUIDGenerator
public UUIDGenerator()
-
-
Method Details
-
generateUUID
public static byte[] generateUUID()128 bit UUID using random method- Returns:
-
generateUUIDString
129 byte random UUID formatted as standard 36 char hex and hyphen string- Returns:
-
main
-