| 程序包 | 说明 |
|---|---|
| com.ms.tools.core.id.factory.uuid | |
| com.ms.tools.core.id.factory.uuid.enums | |
| com.ms.tools.core.id.factory.uuid.factory.rfc4122 |
| 限定符和类型 | 字段和说明 |
|---|---|
static UuidLocalDomain |
UuidCreator.LOCAL_DOMAIN_GROUP |
static UuidLocalDomain |
UuidCreator.LOCAL_DOMAIN_ORG |
static UuidLocalDomain |
UuidCreator.LOCAL_DOMAIN_PERSON |
| 限定符和类型 | 方法和说明 |
|---|---|
static UUID |
UuidCreator.getDceSecurity(UuidLocalDomain localDomain,
int localIdentifier)
UUIDv2
返回 DCE 安全唯一标识符 (UUIDv2)。
|
static UUID |
UuidCreator.getDceSecurityWithHash(UuidLocalDomain localDomain,
int localIdentifier)
UUIDv2
返回 DCE 安全唯一标识符 (UUIDv2)。
|
static UUID |
UuidCreator.getDceSecurityWithMac(UuidLocalDomain localDomain,
int localIdentifier)
UUIDv2
返回 DCE 安全唯一标识符 (UUIDv2)。
|
static UUID |
UuidCreator.getDceSecurityWithRandom(UuidLocalDomain localDomain,
int localIdentifier)
UUIDv2
返回 DCE 安全唯一标识符 (UUIDv2)。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static UuidLocalDomain |
UuidLocalDomain.getLocalDomain(byte value) |
static UuidLocalDomain |
UuidLocalDomain.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static UuidLocalDomain[] |
UuidLocalDomain.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
UUID |
DceSecurityFactory.create(UuidLocalDomain localDomain,
int localIdentifier)
Returns a DCE Security unique identifier (UUIDv2).
|
DceSecurityFactory.Builder |
DceSecurityFactory.Builder.withLocalDomain(UuidLocalDomain localDomain) |
Copyright © 2024. All rights reserved.