Package com.adobe.internal.util
Class UUID
java.lang.Object
com.adobe.internal.util.UUID
This class implements a version 4 (random) UUID, conforming to
RFC4122.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
This function creates a version 4 (random) UUID, conforming to RFC4122, like "uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6".
-
Method Details
-
createUUID
This function creates a version 4 (random) UUID, conforming to RFC4122, like "uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6".- Returns:
- a string containing the hex-encoded UUID.
-