| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
GUID_BYTES |
16 |
public static final int |
GUID_CHARS |
36 |
public static final byte |
LOCAL_DOMAIN_GROUP |
1 |
public static final byte |
LOCAL_DOMAIN_ORG |
2 |
public static final byte |
LOCAL_DOMAIN_PERSON |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
ALPHABET_36 |
"0123456789abcdefghijklmnopqrstuvwxyz" |
protected static final String |
ALPHABET_64 |
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_" |
protected static final int |
RADIX_MAX |
64 |
protected static final int |
RADIX_MIN |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
ALGORITHM_MD5 |
"MD5" |
protected static final String |
ALGORITHM_SHA1 |
"SHA-1" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
UUID_BYTES |
16 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
DEFAULT_INTERVAL |
60000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
DEFAULT_INTERVAL |
60000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
NANOS_PER_TICK |
100L |
public static final long |
TICKS_PER_MILLI |
10000L |
public static final long |
TICKS_PER_SECOND |
10000000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROPERTY_NODE |
"node" |
protected static final String |
PROPERTY_PREFIX |
"uuidcreator" |
public static final String |
PROPERTY_SECURERANDOM |
"securerandom" |
Copyright © 2024. All rights reserved.