| Package | Description |
|---|---|
| com.github.f4b6a3.uuid | |
| com.github.f4b6a3.uuid.enums | |
| com.github.f4b6a3.uuid.factory | |
| com.github.f4b6a3.uuid.factory.standard |
| Modifier and Type | Field and Description |
|---|---|
static UuidLocalDomain |
UuidCreator.LOCAL_DOMAIN_GROUP
The group domain, interpreted as POSIX GID domain on POSIX systems.
|
static UuidLocalDomain |
UuidCreator.LOCAL_DOMAIN_ORG
The organization domain, site-defined.
|
static UuidLocalDomain |
UuidCreator.LOCAL_DOMAIN_PERSON
The principal domain, interpreted as POSIX UID domain on POSIX systems.
|
| Modifier and Type | Method and Description |
|---|---|
static UUID |
UuidCreator.getDceSecurity(UuidLocalDomain localDomain,
int localIdentifier)
Returns a DCE Security unique identifier (UUIDv2).
|
static UUID |
UuidCreator.getDceSecurityWithHash(UuidLocalDomain localDomain,
int localIdentifier)
Returns a DCE Security unique identifier (UUIDv2).
|
static UUID |
UuidCreator.getDceSecurityWithMac(UuidLocalDomain localDomain,
int localIdentifier)
Returns a DCE Security unique identifier (UUIDv2).
|
static UUID |
UuidCreator.getDceSecurityWithRandom(UuidLocalDomain localDomain,
int localIdentifier)
Returns a DCE Security unique identifier (UUIDv2).
|
| Modifier and Type | Method and Description |
|---|---|
static UuidLocalDomain |
UuidLocalDomain.getLocalDomain(byte value)
Get the enum value.
|
static UuidLocalDomain |
UuidLocalDomain.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.
|
| Modifier and Type | Method and Description |
|---|---|
UuidFactory.Parameters.Builder |
UuidFactory.Parameters.Builder.withLocalDomain(UuidLocalDomain localDomain)
Use the local domain.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
DceSecurityFactory.create(UuidLocalDomain localDomain,
int localIdentifier)
Returns a DCE Security unique identifier (UUIDv2).
|
DceSecurityFactory.Builder |
DceSecurityFactory.Builder.withLocalDomain(UuidLocalDomain localDomain)
Set the local domain.
|
Copyright © 2024. All rights reserved.