Uses of Class
com.github.f4b6a3.uuid.enums.UuidNamespace
-
Packages that use UuidNamespace Package Description com.github.f4b6a3.uuid com.github.f4b6a3.uuid.creator com.github.f4b6a3.uuid.enums -
-
Uses of UuidNamespace in com.github.f4b6a3.uuid
Fields in com.github.f4b6a3.uuid declared as UuidNamespace Modifier and Type Field Description static UuidNamespaceUuidCreator. NAMESPACE_DNSstatic UuidNamespaceUuidCreator. NAMESPACE_ISO_OIDstatic UuidNamespaceUuidCreator. NAMESPACE_URLstatic UuidNamespaceUuidCreator. NAMESPACE_X500_DNMethods in com.github.f4b6a3.uuid with parameters of type UuidNamespace Modifier and Type Method Description static UUIDUuidCreator. getNameBasedMd5(UuidNamespace namespace, byte[] name)Returns a name-based UUID (MD5).static UUIDUuidCreator. getNameBasedMd5(UuidNamespace namespace, String name)Returns a name-based UUID (MD5).static UUIDUuidCreator. getNameBasedSha1(UuidNamespace namespace, byte[] name)Returns a name-based UUID (SHA1).static UUIDUuidCreator. getNameBasedSha1(UuidNamespace namespace, String name)Returns a name-based UUID (SHA1). -
Uses of UuidNamespace in com.github.f4b6a3.uuid.creator
Methods in com.github.f4b6a3.uuid.creator with parameters of type UuidNamespace Modifier and Type Method Description UUIDAbstractNameBasedUuidCreator. create(UuidNamespace namespace, byte[] name)Returns a name-based UUID.UUIDAbstractNameBasedUuidCreator. create(UuidNamespace namespace, String name)Returns a name-based UUID.<T extends AbstractNameBasedUuidCreator>
TAbstractNameBasedUuidCreator. withNamespace(UuidNamespace namespace)Sets a fixed name space to be used by default. -
Uses of UuidNamespace in com.github.f4b6a3.uuid.enums
Methods in com.github.f4b6a3.uuid.enums that return UuidNamespace Modifier and Type Method Description static UuidNamespaceUuidNamespace. getNamespace(UUID value)static UuidNamespaceUuidNamespace. valueOf(String name)Returns the enum constant of this type with the specified name.static UuidNamespace[]UuidNamespace. values()Returns an array containing the constants of this enum type, in the order they are declared.
-