org.browsermob.proxy.util
Class GUID
java.lang.Object
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUID
public GUID()
generateFormattedGUID
public static String generateFormattedGUID()
generateGUID
public static String generateGUID()
Copyright © 2011. All Rights Reserved.