Class NameBasedMd5UuidCreator
- java.lang.Object
-
- com.github.f4b6a3.uuid.creator.AbstractUuidCreator
-
- com.github.f4b6a3.uuid.creator.AbstractNameBasedUuidCreator
-
- com.github.f4b6a3.uuid.creator.rfc4122.NameBasedMd5UuidCreator
-
public final class NameBasedMd5UuidCreator extends AbstractNameBasedUuidCreator
-
-
Field Summary
-
Fields inherited from class com.github.f4b6a3.uuid.creator.AbstractNameBasedUuidCreator
md, MESSAGE_DIGEST_MD5, MESSAGE_DIGEST_SHA1, namespace
-
Fields inherited from class com.github.f4b6a3.uuid.creator.AbstractUuidCreator
version, versionBits
-
-
Constructor Summary
Constructors Constructor Description NameBasedMd5UuidCreator()Factory that creates name-based UUIDs (MD5).
-
Method Summary
-
Methods inherited from class com.github.f4b6a3.uuid.creator.AbstractNameBasedUuidCreator
create, create, create, create, create, create, create, create, withNamespace, withNamespace, withNamespace
-
Methods inherited from class com.github.f4b6a3.uuid.creator.AbstractUuidCreator
applyVariantBits, applyVersionBits, getVersion
-
-