UUIDTools
UUID helper functions.
swrede
UUID_BYTE_REP_LENGTH
Length of a byte array representing a UUID.
fromByteArray
Creates an ID from a byte representation.
bytes – byte representation of the id.
the generated UUID instance
UUID
getNameBasedUUID
Generates name-based URIs according to Version 5 (SHA-1).
namespace – Namespace UUID
name – Actual name to be encoded in UUID
Byte buffer with V5 UUID
toByteArray
Returns the bytes representing the id.
id – UUID instance to serialize
byte representing the id (length 16)