Uses of Class
com.github.f4b6a3.uuid.enums.UuidLocalDomain
-
Packages that use UuidLocalDomain Package Description com.github.f4b6a3.uuid com.github.f4b6a3.uuid.enums com.github.f4b6a3.uuid.factory.rfc4122 -
-
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 unique identifier (UUIDv2).static UUIDUuidCreator. getDceSecurityWithHash(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security unique identifier (UUIDv2).static UUIDUuidCreator. getDceSecurityWithMac(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security unique identifier (UUIDv2).static UUIDUuidCreator. getDceSecurityWithRandom(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security unique identifier (UUIDv2). -
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. -
Uses of UuidLocalDomain in com.github.f4b6a3.uuid.factory.rfc4122
Methods in com.github.f4b6a3.uuid.factory.rfc4122 with parameters of type UuidLocalDomain Modifier and Type Method Description UUIDDceSecurityFactory. create(UuidLocalDomain localDomain, int localIdentifier)Returns a DCE Security unique identifier (UUIDv2).DceSecurityFactory.BuilderDceSecurityFactory.Builder. withLocalDomain(UuidLocalDomain localDomain)
-