Package org.apache.ws.security.util
Class UUIDGenerator
- java.lang.Object
-
- org.apache.ws.security.util.UUIDGenerator
-
public class UUIDGenerator extends java.lang.Object
UUID generator (taken from Axis2)
-
-
Constructor Summary
Constructors Constructor Description UUIDGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static java.lang.String
getInitialUUID()
static java.lang.String
getUUID()
MD5 a random string with localhost/date etc will return 128 bits construct a string of 18 characters from those bits.
-