com.aelitis.azureus.core.util
Class UUIDGenerator

java.lang.Object
  extended by com.aelitis.azureus.core.util.UUIDGenerator

public class UUIDGenerator
extends Object


Constructor Summary
UUIDGenerator()
           
 
Method Summary
static byte[] generateUUID()
          128 bit UUID using random method
static String generateUUIDString()
          129 byte random UUID formatted as standard 36 char hex and hyphen string
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDGenerator

public UUIDGenerator()
Method Detail

generateUUID

public static byte[] generateUUID()
128 bit UUID using random method

Returns:

generateUUIDString

public static String generateUUIDString()
129 byte random UUID formatted as standard 36 char hex and hyphen string

Returns:

main

public static void main(String[] args)