uuid / com.benasher44.uuid / uuid3Of

uuid3Of

fun uuid3Of(namespace: Uuid, name: String): Uuid

Platform and version requirements: JVM

Constructs a "Name-Based" version 3 UUID.

Version 3 UUIDs are created by combining a name and a namespace using the MD5 hash function.

Parameters

namespace - for the "Name-Based" UUID

name - withing the namespace for the "Name-Based" UUID

Return
New version 3 UUID.