|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.wizzardo.tools.security.UUID
public class UUID
| Constructor Summary | |
|---|---|
UUID()
|
|
| Method Summary | |
|---|---|
static byte[] |
randomUUID()
Static factory to retrieve a type 4 (pseudo randomly generated) UUID. |
static java.util.UUID |
toJavaUUID(byte[] data)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UUID()
| Method Detail |
|---|
public static byte[] randomUUID()
UUID is generated using a cryptographically strong
pseudo random number generator.
Source code was got from sources of java
public static java.util.UUID toJavaUUID(byte[] data)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||