diff --git a/doc/__404error.html b/doc/__404error.html index fd8bed2..6576a46 100644 --- a/doc/__404error.html +++ b/doc/__404error.html @@ -105,7 +105,7 @@
uuid package uuid - 4.4.1 + 4.5.0 diff --git a/doc/data/GlobalOptions-class.html b/doc/data/GlobalOptions-class.html index 2f18b49..cff5940 100644 --- a/doc/data/GlobalOptions-class.html +++ b/doc/data/GlobalOptions-class.html @@ -215,7 +215,7 @@
data library
+ +
+

RFC4122 & RFC9562 provided namespaces for v3, v5, and v8 namespace based UUIDs

+
+ + +
+
+ +
Inheritance
+
+ +
+ + + +
+
+

Constructors

- Namespace() + Namespace(String value)
+
const
+ +
+

Values

+ +
+
+ DNS + → const Namespace + + +
+
+ + + +
+ const Namespace("6ba7b810-9dad-11d1-80b4-00c04fd430c8") +
+
+ +
+ URL + → const Namespace + + +
+
+ + + +
+ const Namespace("6ba7b811-9dad-11d1-80b4-00c04fd430c8") +
+
+ +
+ OID + → const Namespace + + +
+
+ + + +
+ const Namespace("6ba7b812-9dad-11d1-80b4-00c04fd430c8") +
+
+ +
+ X500 + → const Namespace + + +
+
+ + + +
+ const Namespace("6ba7b814-9dad-11d1-80b4-00c04fd430c8") +
+
+ +
+ NIL + → const Namespace + + +
+
+ + + +
+ const Namespace("00000000-0000-0000-0000-000000000000") +
+
+ +
+ MAX + → const Namespace + + +
+
+ + + +
+ const Namespace("ffffffff-ffff-ffff-ffff-ffffffffffff") +
+
+ +
+
+

Properties

+
+ bytes + List<int> + + +
+
+ +
no setter
+ +
+
hashCode int @@ -93,6 +231,18 @@

Properties

The hash code for this object.
no setterinherited
+ + +
+ index + int + + +
+
+ A numeric identifier for the enumerated value. +
no setterinherited
+
@@ -105,6 +255,30 @@

Properties

A representation of the runtime type of the object.
no setterinherited
+ + +
+ uuidValue + UuidValue + + +
+
+ +
no setter
+ +
+ +
+ value + String + + +
+
+ +
final
+
@@ -172,73 +346,24 @@

Operators

Constants

-
- DNS - → const String - - -
-
- - - -
- -
- NIL - → const String - - -
-
- - - -
- -
- OID - → const String - - -
-
- - - -
- -
- URL - → const String - - -
-
- - - -
- -
- X500 - → const String +
+ values + → const List<Namespace>
- + A constant List of the values in this enum, in order of their declaration.
+ - - - - +