Uses of Class
com.github.f4b6a3.uuid.alt.GUID
-
Packages that use GUID Package Description com.github.f4b6a3.uuid.alt -
-
Uses of GUID in com.github.f4b6a3.uuid.alt
Fields in com.github.f4b6a3.uuid.alt declared as GUID Modifier and Type Field Description static GUIDGUID. MAXA special GUID that has all 128 bits set to ONE.static GUIDGUID. NAMESPACE_DNSName space to be used when the name string is a fully-qualified domain name.static GUIDGUID. NAMESPACE_OIDName space to be used when the name string is an ISO OID.static GUIDGUID. NAMESPACE_URLName space to be used when the name string is a URL.static GUIDGUID. NAMESPACE_X500Name space to be used when the name string is an X.500 DN (DER or text).static GUIDGUID. NILA special GUID that has all 128 bits set to ZERO.Methods in com.github.f4b6a3.uuid.alt that return GUID Modifier and Type Method Description static GUIDGUID. v1()Returns a gregorian time-based unique identifier (UUIDv1).static GUIDGUID. v2(byte localDomain, int localIdentifier)Returns a DCE Security unique identifier (UUIDv2).static GUIDGUID. v3(GUID namespace, String name)Returns a name-based unique identifier that uses MD5 hashing (UUIDv3).static GUIDGUID. v4()Returns a random-based unique identifier (UUIDv4).static GUIDGUID. v5(GUID namespace, String name)Returns a name-based unique identifier that uses SHA-1 hashing (UUIDv5).static GUIDGUID. v6()Returns a reordered gregorian time-based unique identifier (UUIDv6).static GUIDGUID. v7()Returns a Unix epoch time-based unique identifier (UUIDv7).static GUIDGUID. v8(GUID namespace, String name)Returns a name-based unique identifier that uses SHA-256 hashing (UUIDv8).Methods in com.github.f4b6a3.uuid.alt with parameters of type GUID Modifier and Type Method Description intGUID. compareTo(GUID other)Compares two GUIDs as unsigned 128-bit integers.static GUIDGUID. v3(GUID namespace, String name)Returns a name-based unique identifier that uses MD5 hashing (UUIDv3).static GUIDGUID. v5(GUID namespace, String name)Returns a name-based unique identifier that uses SHA-1 hashing (UUIDv5).static GUIDGUID. v8(GUID namespace, String name)Returns a name-based unique identifier that uses SHA-256 hashing (UUIDv8).Constructors in com.github.f4b6a3.uuid.alt with parameters of type GUID Constructor Description GUID(GUID guid)Creates a new GUID.
-