public class UuidUtils extends Object
| Constructor and Description |
|---|
UuidUtils() |
| Modifier and Type | Method and Description |
|---|---|
static UUID |
fromBytes(byte[] bytes) |
static byte[] |
toBytes(UUID uuid) |
static UUID |
uuid3(UUID namespace,
byte[] name) |
static UUID |
uuid3or5(UUID namespace,
byte[] name,
int version) |
static UUID |
uuid5(UUID namespace,
byte[] name) |
Copyright © 2024. All rights reserved.