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
Methods 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. getDceSecurityWithMac(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security UUID. -
Uses of UuidLocalDomain in com.github.f4b6a3.uuid.creator.rfc4122
Fields in com.github.f4b6a3.uuid.creator.rfc4122 declared as UuidLocalDomain Modifier and Type Field Description protected UuidLocalDomainDceSecurityUuidCreator. localDomainMethods 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.
-