Module com.github.f4b6a3.uuid
Class NameBasedMd5Factory
- java.lang.Object
-
- com.github.f4b6a3.uuid.factory.UuidFactory
-
- com.github.f4b6a3.uuid.factory.AbstNameBasedFactory
-
- com.github.f4b6a3.uuid.factory.rfc4122.NameBasedMd5Factory
-
public final class NameBasedMd5Factory extends AbstNameBasedFactory
Concrete factory for creating name-based unique identifiers using MD5 hashing (UUIDv3).- See Also:
AbstNameBasedFactory
-
-
Field Summary
-
Fields inherited from class com.github.f4b6a3.uuid.factory.AbstNameBasedFactory
algorithm, ALGORITHM_MD5, ALGORITHM_SHA1, namespace
-
Fields inherited from class com.github.f4b6a3.uuid.factory.UuidFactory
version, versionMask
-
-
Constructor Summary
Constructors Constructor Description NameBasedMd5Factory()NameBasedMd5Factory(UuidNamespace namespace)NameBasedMd5Factory(String namespace)NameBasedMd5Factory(UUID namespace)
-
Method Summary
-
Methods inherited from class com.github.f4b6a3.uuid.factory.AbstNameBasedFactory
bytes, bytes, bytes, create, create, create, create, create, create, create, create, create, create, create, create
-
Methods inherited from class com.github.f4b6a3.uuid.factory.UuidFactory
getVersion, toUuid
-
-
-
-
Constructor Detail
-
NameBasedMd5Factory
public NameBasedMd5Factory()
-
NameBasedMd5Factory
public NameBasedMd5Factory(UUID namespace)
-
NameBasedMd5Factory
public NameBasedMd5Factory(String namespace)
-
NameBasedMd5Factory
public NameBasedMd5Factory(UuidNamespace namespace)
-
-