Uses of Class
com.github.f4b6a3.uuid.enums.UuidLocalDomain
-
Packages that use UuidLocalDomain Package Description com.github.f4b6a3.uuid com.github.f4b6a3.uuid.creator.rfc4122 com.github.f4b6a3.uuid.enums -
-
Uses of UuidLocalDomain in com.github.f4b6a3.uuid
Fields in com.github.f4b6a3.uuid declared as UuidLocalDomain Modifier and Type Field Description static UuidLocalDomainUuidCreator. LOCAL_DOMAIN_GROUPstatic UuidLocalDomainUuidCreator. LOCAL_DOMAIN_ORGstatic UuidLocalDomainUuidCreator. LOCAL_DOMAIN_PERSONMethods in com.github.f4b6a3.uuid with parameters of type UuidLocalDomain Modifier and Type Method Description static UUIDUuidCreator. getDceSecurity(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security UUID.static UUIDUuidCreator. getDceSecurityWithHash(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security UUID with system data hash as node identifier.static UUIDUuidCreator. getDceSecurityWithMac(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security UUID with hardware address as node identifier.static UUIDUuidCreator. getDceSecurityWithRandom(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security UUID with random node identifier. -
Uses of UuidLocalDomain in com.github.f4b6a3.uuid.creator.rfc4122
Methods in com.github.f4b6a3.uuid.creator.rfc4122 with parameters of type UuidLocalDomain Modifier and Type Method Description UUIDDceSecurityUuidCreator. create(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security UUID.DceSecurityUuidCreatorDceSecurityUuidCreator. withLocalDomain(UuidLocalDomain localDomain)Set a default local domain do be used. -
Uses of UuidLocalDomain in com.github.f4b6a3.uuid.enums
Methods in com.github.f4b6a3.uuid.enums that return UuidLocalDomain Modifier and Type Method Description static UuidLocalDomainUuidLocalDomain. getLocalDomain(byte value)static UuidLocalDomainUuidLocalDomain. valueOf(String name)Returns the enum constant of this type with the specified name.static UuidLocalDomain[]UuidLocalDomain. values()Returns an array containing the constants of this enum type, in the order they are declared.
-