org.apache.ws.security.util
Class UUIDGenerator
java.lang.Object
org.apache.ws.security.util.UUIDGenerator
public class UUIDGenerator
- extends Object
UUID generator (taken from Axis2)
Method Summary |
protected static void |
getInitialUUID()
|
static String |
getUUID()
MD5 a random string with localhost/date etc will return 128 bits
construct a string of 18 characters from those bits. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UUIDGenerator
public UUIDGenerator()
getUUID
public static String getUUID()
- MD5 a random string with localhost/date etc will return 128 bits
construct a string of 18 characters from those bits.
- Returns:
- string
getInitialUUID
protected static void getInitialUUID()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.