org.browsermob.proxy.util
Class GUID

java.lang.Object
  extended by org.browsermob.proxy.util.GUID

public final class GUID
extends Object

Convenience object for generating GUIDs. Uses the SHA1PRNG algorithm if available. If unavailable, it leaves this up to the JRE to provide a default. See http://java.sun.com/j2se/1.4.2/docs/api/java/security/SecureRandom.html for more details.

Version:
$Revision: 156 $
Author:
Victor Salaman

Constructor Summary
GUID()
           
 
Method Summary
static String generateFormattedGUID()
           
static String generateGUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUID

public GUID()
Method Detail

generateFormattedGUID

public static String generateFormattedGUID()

generateGUID

public static String generateGUID()


Copyright © 2011. All Rights Reserved.