[{"name":"constants","qualifiedName":"constants","href":"constants/","kind":9,"packageRank":0,"desc":""},{"name":"InternalConstants","qualifiedName":"constants.InternalConstants","href":"constants/InternalConstants-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"constants","kind":9,"href":"constants/"}},{"name":"InternalConstants.new","qualifiedName":"constants.InternalConstants.InternalConstants.new","href":"constants/InternalConstants/InternalConstants.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"InternalConstants","kind":3,"href":"constants/InternalConstants-class.html"}},{"name":"zDNS","qualifiedName":"constants.InternalConstants.zDNS","href":"constants/InternalConstants/zDNS-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The string constant for DNS, primarily for internal use, do not use,\nno guarantees this won't be renamed or removed.","enclosedBy":{"name":"InternalConstants","kind":3,"href":"constants/InternalConstants-class.html"}},{"name":"zMAX","qualifiedName":"constants.InternalConstants.zMAX","href":"constants/InternalConstants/zMAX-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The string constant for MAX, primarily for internal use, do not use,\nno guarantees this won't be renamed or removed.","enclosedBy":{"name":"InternalConstants","kind":3,"href":"constants/InternalConstants-class.html"}},{"name":"zNIL","qualifiedName":"constants.InternalConstants.zNIL","href":"constants/InternalConstants/zNIL-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The string constant for NIL, primarily for internal use, do not use,\nno guarantees this won't be renamed or removed.","enclosedBy":{"name":"InternalConstants","kind":3,"href":"constants/InternalConstants-class.html"}},{"name":"zOID","qualifiedName":"constants.InternalConstants.zOID","href":"constants/InternalConstants/zOID-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The string constant for OID, primarily for internal use, do not use,\nno guarantees this won't be renamed or removed.","enclosedBy":{"name":"InternalConstants","kind":3,"href":"constants/InternalConstants-class.html"}},{"name":"zURL","qualifiedName":"constants.InternalConstants.zURL","href":"constants/InternalConstants/zURL-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The string constant for URL, primarily for internal use, do not use,\nno guarantees this won't be renamed or removed.","enclosedBy":{"name":"InternalConstants","kind":3,"href":"constants/InternalConstants-class.html"}},{"name":"zX500","qualifiedName":"constants.InternalConstants.zX500","href":"constants/InternalConstants/zX500-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The string constant for X500, primarily for internal use, do not use,\nno guarantees this won't be renamed or removed.","enclosedBy":{"name":"InternalConstants","kind":3,"href":"constants/InternalConstants-class.html"}},{"name":"data","qualifiedName":"data","href":"data/","kind":9,"packageRank":0,"desc":""},{"name":"GlobalOptions","qualifiedName":"data.GlobalOptions","href":"data/GlobalOptions-class.html","kind":3,"packageRank":0,"desc":"GlobalOptions stores the global options passed into the library on instantiation.\nGlobalOptions.rng is the random number generator class to use. Defaults to CryptoRNG() CryptoRNG","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"GlobalOptions.new","qualifiedName":"data.GlobalOptions.GlobalOptions.new","href":"data/GlobalOptions/GlobalOptions.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"GlobalOptions","kind":3,"href":"data/GlobalOptions-class.html"}},{"name":"rng","qualifiedName":"data.GlobalOptions.rng","href":"data/GlobalOptions/rng.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"GlobalOptions","kind":3,"href":"data/GlobalOptions-class.html"}},{"name":"V1Options","qualifiedName":"data.V1Options","href":"data/V1Options-class.html","kind":3,"packageRank":0,"desc":"V1Options stores the options passed into the v1 function.\nclockSeq (Number between 0 - 0x3fff) RFC clock sequence.\n  Default: An internally maintained clockseq is used.\nmSecs is the time in milliseconds since the unix epoch. Defualt: Now.\nnSecs is the number of 100-nanosecond intervals since the last mSecs.\n  Ignored if msecs is unspecified. Default: internal uuid counter is\n  used, as per 4.2.1.2.\nnode Node id as List of 6 bytes (per 4.1.6). Default: Randomnly generated ID.\nseedBytes is the random bytes to use to generate the node id and clock\n  sequence. Primarily used for testing, or recreating a UUID","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V1Options.new","qualifiedName":"data.V1Options.V1Options.new","href":"data/V1Options/V1Options.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V1Options","kind":3,"href":"data/V1Options-class.html"}},{"name":"clockSeq","qualifiedName":"data.V1Options.clockSeq","href":"data/V1Options/clockSeq.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V1Options","kind":3,"href":"data/V1Options-class.html"}},{"name":"mSecs","qualifiedName":"data.V1Options.mSecs","href":"data/V1Options/mSecs.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V1Options","kind":3,"href":"data/V1Options-class.html"}},{"name":"nSecs","qualifiedName":"data.V1Options.nSecs","href":"data/V1Options/nSecs.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V1Options","kind":3,"href":"data/V1Options-class.html"}},{"name":"node","qualifiedName":"data.V1Options.node","href":"data/V1Options/node.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V1Options","kind":3,"href":"data/V1Options-class.html"}},{"name":"seedBytes","qualifiedName":"data.V1Options.seedBytes","href":"data/V1Options/seedBytes.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V1Options","kind":3,"href":"data/V1Options-class.html"}},{"name":"V1State","qualifiedName":"data.V1State","href":"data/V1State-class.html","kind":3,"packageRank":0,"desc":"V1State stores the state of the v1 function.\nnodeId is the node id currently being used\nclockSeq is the clock sequence currently being used\nmSecs is the time in milliseconds since the unix epoch\nnSecs is the number of 100-nanosecond intervals since the last mSecs\ninitialized is a boolean to indicate whether or not the state has been\ninitialized once already. Prevents re-initialization on subsequent calls to\n_init() from within the v1 function.","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V1State.new","qualifiedName":"data.V1State.V1State.new","href":"data/V1State/V1State.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V1State","kind":3,"href":"data/V1State-class.html"}},{"name":"clockSeq","qualifiedName":"data.V1State.clockSeq","href":"data/V1State/clockSeq.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V1State","kind":3,"href":"data/V1State-class.html"}},{"name":"initialized","qualifiedName":"data.V1State.initialized","href":"data/V1State/initialized.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V1State","kind":3,"href":"data/V1State-class.html"}},{"name":"mSecs","qualifiedName":"data.V1State.mSecs","href":"data/V1State/mSecs.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V1State","kind":3,"href":"data/V1State-class.html"}},{"name":"nSecs","qualifiedName":"data.V1State.nSecs","href":"data/V1State/nSecs.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V1State","kind":3,"href":"data/V1State-class.html"}},{"name":"nodeId","qualifiedName":"data.V1State.nodeId","href":"data/V1State/nodeId.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V1State","kind":3,"href":"data/V1State-class.html"}},{"name":"random","qualifiedName":"data.V1State.random","href":"data/V1State/random.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V1State","kind":3,"href":"data/V1State-class.html"}},{"name":"V4Options","qualifiedName":"data.V4Options","href":"data/V4Options-class.html","kind":3,"packageRank":0,"desc":"V4Options stores the options passed into the v4 function.\nrandom is the random bytes to use to generate the UUID. Primarily used for\ntesting, or recreating a UUID\nrng is the random number generator function to use. Defaults to CryptoRNG() CryptoRNG","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V4Options.new","qualifiedName":"data.V4Options.V4Options.new","href":"data/V4Options/V4Options.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V4Options","kind":3,"href":"data/V4Options-class.html"}},{"name":"random","qualifiedName":"data.V4Options.random","href":"data/V4Options/random.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V4Options","kind":3,"href":"data/V4Options-class.html"}},{"name":"rng","qualifiedName":"data.V4Options.rng","href":"data/V4Options/rng.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V4Options","kind":3,"href":"data/V4Options-class.html"}},{"name":"V4State","qualifiedName":"data.V4State","href":"data/V4State-class.html","kind":3,"packageRank":0,"desc":"V4State stores the random number generator state for the v4 function.\nrandom is a instantiation of the RNG state being used.\ninitialized is a boolean to indicate whether or not the state has been\ninitialized once already. Prevents re-initialization on subsequent calls to\n_init() from within the v4 function.","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V4State.new","qualifiedName":"data.V4State.V4State.new","href":"data/V4State/V4State.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V4State","kind":3,"href":"data/V4State-class.html"}},{"name":"initialized","qualifiedName":"data.V4State.initialized","href":"data/V4State/initialized.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V4State","kind":3,"href":"data/V4State-class.html"}},{"name":"random","qualifiedName":"data.V4State.random","href":"data/V4State/random.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V4State","kind":3,"href":"data/V4State-class.html"}},{"name":"V5Options","qualifiedName":"data.V5Options","href":"data/V5Options-class.html","kind":3,"packageRank":0,"desc":"V5Options stores the options passed into the v5 function.\nrandomNamespace is a boolean to indicate whether or not to use a random\nnamespace. Defaults to true.\nv4options is the options to pass into the v4 function to generate the\nrandom namespace.","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V5Options.new","qualifiedName":"data.V5Options.V5Options.new","href":"data/V5Options/V5Options.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V5Options","kind":3,"href":"data/V5Options-class.html"}},{"name":"randomNamespace","qualifiedName":"data.V5Options.randomNamespace","href":"data/V5Options/randomNamespace.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V5Options","kind":3,"href":"data/V5Options-class.html"}},{"name":"v4options","qualifiedName":"data.V5Options.v4options","href":"data/V5Options/v4options.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V5Options","kind":3,"href":"data/V5Options-class.html"}},{"name":"V6Options","qualifiedName":"data.V6Options","href":"data/V6Options-class.html","kind":3,"packageRank":0,"desc":"V6Options stores the options passed into the v6 function.\nclockSeq (Number between 0 - 0x3fff) RFC clock sequence.\n  Default: An internally maintained clockseq is used.\nmSecs is the time in milliseconds since the unix epoch. Defualt: Now.\nnSecs is the number of 100-nanosecond intervals since the last mSecs.\n  Ignored if msecs is unspecified. Default: internal uuid counter is\n  used, as per 4.2.1.2.\nnode Node id as List of 6 bytes (per 4.1.6). Default: Randomnly generated ID.\nseedBytes is the random bytes to use to generate the node id and clock\n  sequence. Primarily used for testing, or recreating a UUID","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V6Options.new","qualifiedName":"data.V6Options.V6Options.new","href":"data/V6Options/V6Options.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V6Options","kind":3,"href":"data/V6Options-class.html"}},{"name":"clockSeq","qualifiedName":"data.V6Options.clockSeq","href":"data/V6Options/clockSeq.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V6Options","kind":3,"href":"data/V6Options-class.html"}},{"name":"mSecs","qualifiedName":"data.V6Options.mSecs","href":"data/V6Options/mSecs.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V6Options","kind":3,"href":"data/V6Options-class.html"}},{"name":"nSecs","qualifiedName":"data.V6Options.nSecs","href":"data/V6Options/nSecs.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V6Options","kind":3,"href":"data/V6Options-class.html"}},{"name":"node","qualifiedName":"data.V6Options.node","href":"data/V6Options/node.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V6Options","kind":3,"href":"data/V6Options-class.html"}},{"name":"seedBytes","qualifiedName":"data.V6Options.seedBytes","href":"data/V6Options/seedBytes.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V6Options","kind":3,"href":"data/V6Options-class.html"}},{"name":"V6State","qualifiedName":"data.V6State","href":"data/V6State-class.html","kind":3,"packageRank":0,"desc":"V6State stores the state of the v1 function.\nnodeId is the node id currently being used\nclockSeq is the clock sequence currently being used\nmSecs is the time in milliseconds since the unix epoch\nnSecs is the number of 100-nanosecond intervals since the last mSecs\ninitialized is a boolean to indicate whether or not the state has been\ninitialized once already. Prevents re-initialization on subsequent calls to\n_init() from within the v6 function.","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V6State.new","qualifiedName":"data.V6State.V6State.new","href":"data/V6State/V6State.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V6State","kind":3,"href":"data/V6State-class.html"}},{"name":"clockSeq","qualifiedName":"data.V6State.clockSeq","href":"data/V6State/clockSeq.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V6State","kind":3,"href":"data/V6State-class.html"}},{"name":"initialized","qualifiedName":"data.V6State.initialized","href":"data/V6State/initialized.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V6State","kind":3,"href":"data/V6State-class.html"}},{"name":"mSecs","qualifiedName":"data.V6State.mSecs","href":"data/V6State/mSecs.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V6State","kind":3,"href":"data/V6State-class.html"}},{"name":"nSecs","qualifiedName":"data.V6State.nSecs","href":"data/V6State/nSecs.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V6State","kind":3,"href":"data/V6State-class.html"}},{"name":"nodeId","qualifiedName":"data.V6State.nodeId","href":"data/V6State/nodeId.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V6State","kind":3,"href":"data/V6State-class.html"}},{"name":"random","qualifiedName":"data.V6State.random","href":"data/V6State/random.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V6State","kind":3,"href":"data/V6State-class.html"}},{"name":"V7Options","qualifiedName":"data.V7Options","href":"data/V7Options-class.html","kind":3,"packageRank":0,"desc":"V7Options stores the options passed into the v7 function.\ntime is the time in milliseconds since the unix epoch\nrandomBytes is the random bytes to use to generate the UUID. Primarily used\nfor testing, or recreating a UUID","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V7Options.new","qualifiedName":"data.V7Options.V7Options.new","href":"data/V7Options/V7Options.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V7Options","kind":3,"href":"data/V7Options-class.html"}},{"name":"randomBytes","qualifiedName":"data.V7Options.randomBytes","href":"data/V7Options/randomBytes.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V7Options","kind":3,"href":"data/V7Options-class.html"}},{"name":"time","qualifiedName":"data.V7Options.time","href":"data/V7Options/time.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V7Options","kind":3,"href":"data/V7Options-class.html"}},{"name":"V7State","qualifiedName":"data.V7State","href":"data/V7State-class.html","kind":3,"packageRank":0,"desc":"V7State stores the random number generator state for the v4 function.\nrandom is a instantiation of the RNG state being used.\ninitialized is a boolean to indicate whether or not the state has been\ninitialized once already. Prevents re-initialization on subsequent calls to\n_init() from within the v4 function.","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V7State.new","qualifiedName":"data.V7State.V7State.new","href":"data/V7State/V7State.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V7State","kind":3,"href":"data/V7State-class.html"}},{"name":"initialized","qualifiedName":"data.V7State.initialized","href":"data/V7State/initialized.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V7State","kind":3,"href":"data/V7State-class.html"}},{"name":"random","qualifiedName":"data.V7State.random","href":"data/V7State/random.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V7State","kind":3,"href":"data/V7State-class.html"}},{"name":"V8GenericOptions","qualifiedName":"data.V8GenericOptions","href":"data/V8GenericOptions-class.html","kind":3,"packageRank":0,"desc":"V8GenericOptions stores the options passed into the v8g function.\ndata is the 122 bytes of custom data.","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V8GenericOptions.new","qualifiedName":"data.V8GenericOptions.V8GenericOptions.new","href":"data/V8GenericOptions/V8GenericOptions.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V8GenericOptions","kind":3,"href":"data/V8GenericOptions-class.html"}},{"name":"data","qualifiedName":"data.V8GenericOptions.data","href":"data/V8GenericOptions/data.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V8GenericOptions","kind":3,"href":"data/V8GenericOptions-class.html"}},{"name":"V8Options","qualifiedName":"data.V8Options","href":"data/V8Options-class.html","kind":3,"packageRank":0,"desc":"V8Options stores the options passed into the v8 function.\ntime is the time in milliseconds since the unix epoch\nrandomBytes is the random bytes to use to generate the UUID. Primarily used\nfor testing, or recreating a UUID","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V8Options.new","qualifiedName":"data.V8Options.V8Options.new","href":"data/V8Options/V8Options.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V8Options","kind":3,"href":"data/V8Options-class.html"}},{"name":"randomBytes","qualifiedName":"data.V8Options.randomBytes","href":"data/V8Options/randomBytes.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V8Options","kind":3,"href":"data/V8Options-class.html"}},{"name":"time","qualifiedName":"data.V8Options.time","href":"data/V8Options/time.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V8Options","kind":3,"href":"data/V8Options-class.html"}},{"name":"V8State","qualifiedName":"data.V8State","href":"data/V8State-class.html","kind":3,"packageRank":0,"desc":"V8State stores the random number generator state for the v4 function.\nrandom is a instantiation of the RNG state being used.\ninitialized is a boolean to indicate whether or not the state has been\ninitialized once already. Prevents re-initialization on subsequent calls to\n_init() from within the v4 function.","enclosedBy":{"name":"data","kind":9,"href":"data/"}},{"name":"V8State.new","qualifiedName":"data.V8State.V8State.new","href":"data/V8State/V8State.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"V8State","kind":3,"href":"data/V8State-class.html"}},{"name":"initialized","qualifiedName":"data.V8State.initialized","href":"data/V8State/initialized.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V8State","kind":3,"href":"data/V8State-class.html"}},{"name":"random","qualifiedName":"data.V8State.random","href":"data/V8State/random.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"V8State","kind":3,"href":"data/V8State-class.html"}},{"name":"enums","qualifiedName":"enums","href":"enums/","kind":9,"packageRank":0,"desc":""},{"name":"Namespace","qualifiedName":"enums.Namespace","href":"enums/Namespace.html","kind":5,"packageRank":0,"desc":"RFC4122 &amp; RFC9562 provided namespaces for v3, v5, and v8 namespace based UUIDs","enclosedBy":{"name":"enums","kind":9,"href":"enums/"}},{"name":"bytes","qualifiedName":"enums.Namespace.bytes","href":"enums/Namespace/bytes.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Namespace","kind":5,"href":"enums/Namespace.html"}},{"name":"uuidValue","qualifiedName":"enums.Namespace.uuidValue","href":"enums/Namespace/uuidValue.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Namespace","kind":5,"href":"enums/Namespace.html"}},{"name":"value","qualifiedName":"enums.Namespace.value","href":"enums/Namespace/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Namespace","kind":5,"href":"enums/Namespace.html"}},{"name":"values","qualifiedName":"enums.Namespace.values","href":"enums/Namespace/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"Namespace","kind":5,"href":"enums/Namespace.html"}},{"name":"ValidationMode","qualifiedName":"enums.ValidationMode","href":"enums/ValidationMode.html","kind":5,"packageRank":0,"desc":"The options for UUID Validation strictness","enclosedBy":{"name":"enums","kind":9,"href":"enums/"}},{"name":"values","qualifiedName":"enums.ValidationMode.values","href":"enums/ValidationMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"ValidationMode","kind":5,"href":"enums/ValidationMode.html"}},{"name":"parsing","qualifiedName":"parsing","href":"parsing/","kind":9,"packageRank":0,"desc":""},{"name":"UuidParsing","qualifiedName":"parsing.UuidParsing","href":"parsing/UuidParsing-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"parsing","kind":9,"href":"parsing/"}},{"name":"UuidParsing.new","qualifiedName":"parsing.UuidParsing.UuidParsing.new","href":"parsing/UuidParsing/UuidParsing.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidParsing","kind":3,"href":"parsing/UuidParsing-class.html"}},{"name":"parse","qualifiedName":"parsing.UuidParsing.parse","href":"parsing/UuidParsing/parse.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Parses the provided uuid into a list of byte values as a List&lt;int&gt;.\nCan optionally be provided a buffer to write into and\na positional offset for where to start inputting into the buffer.","enclosedBy":{"name":"UuidParsing","kind":3,"href":"parsing/UuidParsing-class.html"}},{"name":"parseAsByteList","qualifiedName":"parsing.UuidParsing.parseAsByteList","href":"parsing/UuidParsing/parseAsByteList.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Parses the provided uuid into a list of byte values as a Uint8List.\nCan optionally be provided a buffer to write into and\n a positional offset for where to start inputting into the buffer.\nThrows FormatException if the UUID is invalid. Optionally you can set\nvalidate to false to disable validation of the UUID before parsing.","enclosedBy":{"name":"UuidParsing","kind":3,"href":"parsing/UuidParsing-class.html"}},{"name":"parseHexToBytes","qualifiedName":"parsing.UuidParsing.parseHexToBytes","href":"parsing/UuidParsing/parseHexToBytes.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Convert Hex String to Uint8List","enclosedBy":{"name":"UuidParsing","kind":3,"href":"parsing/UuidParsing-class.html"}},{"name":"unparse","qualifiedName":"parsing.UuidParsing.unparse","href":"parsing/UuidParsing/unparse.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Unparses a buffer of bytes and outputs a proper UUID string.\nAn optional offset is allowed if you want to start at a different point\nin the buffer.","enclosedBy":{"name":"UuidParsing","kind":3,"href":"parsing/UuidParsing-class.html"}},{"name":"rng","qualifiedName":"rng","href":"rng/","kind":9,"packageRank":0,"desc":""},{"name":"CryptoRNG","qualifiedName":"rng.CryptoRNG","href":"rng/CryptoRNG-class.html","kind":3,"packageRank":0,"desc":"Crypto-Strong RNG. All platforms, unknown speed, cryptographically strong\n(theoretically)","enclosedBy":{"name":"rng","kind":9,"href":"rng/"}},{"name":"CryptoRNG.new","qualifiedName":"rng.CryptoRNG.CryptoRNG.new","href":"rng/CryptoRNG/CryptoRNG.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"CryptoRNG","kind":3,"href":"rng/CryptoRNG-class.html"}},{"name":"LegacyRNG","qualifiedName":"rng.LegacyRNG","href":"rng/LegacyRNG-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"rng","kind":9,"href":"rng/"}},{"name":"LegacyRNG.new","qualifiedName":"rng.LegacyRNG.LegacyRNG.new","href":"rng/LegacyRNG/LegacyRNG.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"LegacyRNG","kind":3,"href":"rng/LegacyRNG-class.html"}},{"name":"MathRNG","qualifiedName":"rng.MathRNG","href":"rng/MathRNG-class.html","kind":3,"packageRank":0,"desc":"Math.Random()-based RNG. All platforms, fast, not cryptographically\nstrong. Optional seed can be passed on creation.","enclosedBy":{"name":"rng","kind":9,"href":"rng/"}},{"name":"MathRNG.new","qualifiedName":"rng.MathRNG.MathRNG.new","href":"rng/MathRNG/MathRNG.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"MathRNG","kind":3,"href":"rng/MathRNG-class.html"}},{"name":"MathRNGDeprecated","qualifiedName":"rng.MathRNGDeprecated","href":"rng/MathRNGDeprecated-class.html","kind":3,"packageRank":0,"desc":"Math.Random()-based RNG. All platforms, fast, not cryptographically\nstrong. Optional seed can be passed on creation.","enclosedBy":{"name":"rng","kind":9,"href":"rng/"}},{"name":"MathRNGDeprecated.new","qualifiedName":"rng.MathRNGDeprecated.MathRNGDeprecated.new","href":"rng/MathRNGDeprecated/MathRNGDeprecated.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"MathRNGDeprecated","kind":3,"href":"rng/MathRNGDeprecated-class.html"}},{"name":"seed","qualifiedName":"rng.MathRNGDeprecated.seed","href":"rng/MathRNGDeprecated/seed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"MathRNGDeprecated","kind":3,"href":"rng/MathRNGDeprecated-class.html"}},{"name":"RNG","qualifiedName":"rng.RNG","href":"rng/RNG-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"rng","kind":9,"href":"rng/"}},{"name":"RNG.new","qualifiedName":"rng.RNG.RNG.new","href":"rng/RNG/RNG.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"RNG","kind":3,"href":"rng/RNG-class.html"}},{"name":"generate","qualifiedName":"rng.RNG.generate","href":"rng/RNG/generate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"RNG","kind":3,"href":"rng/RNG-class.html"}},{"name":"uuid","qualifiedName":"uuid","href":"uuid/","kind":9,"packageRank":0,"desc":"Generates UUID v1, v4, v5, v6, v7, v8 following RFC4122 standard."},{"name":"Uuid","qualifiedName":"uuid.Uuid","href":"uuid/Uuid-class.html","kind":3,"packageRank":0,"desc":"uuid for Dart\nAuthor: Yulian Kuncheff\nReleased under MIT License.","enclosedBy":{"name":"uuid","kind":9,"href":"uuid/"}},{"name":"NAMESPACE_DNS","qualifiedName":"uuid.Uuid.NAMESPACE_DNS","href":"uuid/Uuid/NAMESPACE_DNS-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"NAMESPACE_NIL","qualifiedName":"uuid.Uuid.NAMESPACE_NIL","href":"uuid/Uuid/NAMESPACE_NIL-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"NAMESPACE_OID","qualifiedName":"uuid.Uuid.NAMESPACE_OID","href":"uuid/Uuid/NAMESPACE_OID-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"NAMESPACE_URL","qualifiedName":"uuid.Uuid.NAMESPACE_URL","href":"uuid/Uuid/NAMESPACE_URL-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"NAMESPACE_X500","qualifiedName":"uuid.Uuid.NAMESPACE_X500","href":"uuid/Uuid/NAMESPACE_X500-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"Uuid.new","qualifiedName":"uuid.Uuid.Uuid.new","href":"uuid/Uuid/Uuid.html","kind":2,"packageRank":0,"desc":"Creates a new instance of the Uuid class.\nOptionally you can pass in a GlobalOptions object to set global options\nfor all UUID generation.\nGlobalOptions.rng is a RNG class that returns a list of random bytes.","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"goptions","qualifiedName":"uuid.Uuid.goptions","href":"uuid/Uuid/goptions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"isValidUUID","qualifiedName":"uuid.Uuid.isValidUUID","href":"uuid/Uuid/isValidUUID.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Validates the provided uuid to make sure it has all the necessary\ncomponents and formatting and returns a bool\nYou can choose to validate from a string or from a byte list based on\nwhich parameter is passed.","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"parse","qualifiedName":"uuid.Uuid.parse","href":"uuid/Uuid/parse.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Parses the provided uuid into a list of byte values as a List&lt;int&gt;.\nCan optionally be provided a buffer to write into and\n a positional offset for where to start inputting into the buffer.\nThrows FormatException if the UUID is invalid. Optionally you can set\nvalidate to false to disable validation of the UUID before parsing.","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"parseAsByteList","qualifiedName":"uuid.Uuid.parseAsByteList","href":"uuid/Uuid/parseAsByteList.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Parses the provided uuid into a list of byte values as a Uint8List.\nCan optionally be provided a buffer to write into and\n a positional offset for where to start inputting into the buffer.\nThrows FormatException if the UUID is invalid. Optionally you can set\nvalidate to false to disable validation of the UUID before parsing.","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"unparse","qualifiedName":"uuid.Uuid.unparse","href":"uuid/Uuid/unparse.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Unparses a buffer of bytes and outputs a proper UUID string.\nAn optional offset is allowed if you want to start at a different point\nin the buffer.\nThrows an exception if the buffer does not have a length of 16","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v1","qualifiedName":"uuid.Uuid.v1","href":"uuid/Uuid/v1.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a time-based version 1 UUID","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v1buffer","qualifiedName":"uuid.Uuid.v1buffer","href":"uuid/Uuid/v1buffer.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a time-based version 1 UUID into a provided buffer","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v1obj","qualifiedName":"uuid.Uuid.v1obj","href":"uuid/Uuid/v1obj.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a time-based version 1 UUID as a UuidValue object","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v4","qualifiedName":"uuid.Uuid.v4","href":"uuid/Uuid/v4.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a RNG version 4 UUID","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v4buffer","qualifiedName":"uuid.Uuid.v4buffer","href":"uuid/Uuid/v4buffer.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a RNG version 4 UUID into a provided buffer","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v4obj","qualifiedName":"uuid.Uuid.v4obj","href":"uuid/Uuid/v4obj.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a RNG version 4 UUID as a UuidValue object","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v5","qualifiedName":"uuid.Uuid.v5","href":"uuid/Uuid/v5.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a namespace &amp; name-based version 5 UUID","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v5buffer","qualifiedName":"uuid.Uuid.v5buffer","href":"uuid/Uuid/v5buffer.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a namespace &amp; name-based version 5 UUID into a provided buffer","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v5obj","qualifiedName":"uuid.Uuid.v5obj","href":"uuid/Uuid/v5obj.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a namespace &amp; name-based version 5 UUID as a UuidValue object","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v6","qualifiedName":"uuid.Uuid.v6","href":"uuid/Uuid/v6.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 6 UUID","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v6buffer","qualifiedName":"uuid.Uuid.v6buffer","href":"uuid/Uuid/v6buffer.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 1 UUID into a provided buffer","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v6obj","qualifiedName":"uuid.Uuid.v6obj","href":"uuid/Uuid/v6obj.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 6 UUID as a UuidValue object","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v7","qualifiedName":"uuid.Uuid.v7","href":"uuid/Uuid/v7.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 7 UUID as a UuidValue object","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v7buffer","qualifiedName":"uuid.Uuid.v7buffer","href":"uuid/Uuid/v7buffer.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 7 UUID into a provided buffer","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v7obj","qualifiedName":"uuid.Uuid.v7obj","href":"uuid/Uuid/v7obj.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 7 UUID as a UuidValue object","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v8","qualifiedName":"uuid.Uuid.v8","href":"uuid/Uuid/v8.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 8 UUID","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v8buffer","qualifiedName":"uuid.Uuid.v8buffer","href":"uuid/Uuid/v8buffer.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 8 UUID into a provided buffer","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v8g","qualifiedName":"uuid.Uuid.v8g","href":"uuid/Uuid/v8g.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 8 UUID","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v8gbuffer","qualifiedName":"uuid.Uuid.v8gbuffer","href":"uuid/Uuid/v8gbuffer.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 8 UUID into a provided buffer","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v8gobj","qualifiedName":"uuid.Uuid.v8gobj","href":"uuid/Uuid/v8gobj.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 8 UUID as a UuidValue object","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"v8obj","qualifiedName":"uuid.Uuid.v8obj","href":"uuid/Uuid/v8obj.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a draft time-based version 8 UUID as a UuidValue object","enclosedBy":{"name":"Uuid","kind":3,"href":"uuid/Uuid-class.html"}},{"name":"uuid_value","qualifiedName":"uuid_value","href":"uuid_value/","kind":9,"packageRank":0,"desc":""},{"name":"UuidValue","qualifiedName":"uuid_value.UuidValue","href":"uuid_value/UuidValue-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"uuid_value","kind":9,"href":"uuid_value/"}},{"name":"UuidValue.fromByteList","qualifiedName":"uuid_value.UuidValue.UuidValue.fromByteList","href":"uuid_value/UuidValue/UuidValue.fromByteList.html","kind":2,"packageRank":0,"desc":"fromByteList() creates a UuidValue from a Uint8List of bytes.","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"UuidValue.fromList","qualifiedName":"uuid_value.UuidValue.UuidValue.fromList","href":"uuid_value/UuidValue/UuidValue.fromList.html","kind":2,"packageRank":0,"desc":"fromList() creates a UuidValue from a List&lt;int&gt; of bytes.","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"UuidValue.fromNamespace","qualifiedName":"uuid_value.UuidValue.UuidValue.fromNamespace","href":"uuid_value/UuidValue/UuidValue.fromNamespace.html","kind":2,"packageRank":0,"desc":"fromNamespace() creates a UuidValue from a Namespace enum.","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"UuidValue.fromString","qualifiedName":"uuid_value.UuidValue.UuidValue.fromString","href":"uuid_value/UuidValue/UuidValue.fromString.html","kind":2,"packageRank":0,"desc":"fromString() creates a UuidValue from a String with no validation.","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"UuidValue.new","qualifiedName":"uuid_value.UuidValue.UuidValue.new","href":"uuid_value/UuidValue/UuidValue.html","kind":2,"packageRank":0,"desc":"Takes in a string representation of a uuid to wrap.","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"UuidValue.raw","qualifiedName":"uuid_value.UuidValue.UuidValue.raw","href":"uuid_value/UuidValue/UuidValue.raw.html","kind":2,"packageRank":0,"desc":"Creates a UuidValue by taking directly the internal string representation of the uuid,\nwhich is expected to be lowercase.","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"UuidValue.withValidation","qualifiedName":"uuid_value.UuidValue.UuidValue.withValidation","href":"uuid_value/UuidValue/UuidValue.withValidation.html","kind":2,"packageRank":0,"desc":"withValidation() creates a UuidValue from a uuid string.\nOptionally, you can provide a validationMode to use when validating\nthe uuid string.\nThrows FormatException if the UUID is invalid.","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"dns","qualifiedName":"uuid_value.UuidValue.dns","href":"uuid_value/UuidValue/dns-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"equals","qualifiedName":"uuid_value.UuidValue.equals","href":"uuid_value/UuidValue/equals.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"hashCode","qualifiedName":"uuid_value.UuidValue.hashCode","href":"uuid_value/UuidValue/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"isNil","qualifiedName":"uuid_value.UuidValue.isNil","href":"uuid_value/UuidValue/isNil.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"isV1","qualifiedName":"uuid_value.UuidValue.isV1","href":"uuid_value/UuidValue/isV1.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"isV4","qualifiedName":"uuid_value.UuidValue.isV4","href":"uuid_value/UuidValue/isV4.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"isV5","qualifiedName":"uuid_value.UuidValue.isV5","href":"uuid_value/UuidValue/isV5.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"isV6","qualifiedName":"uuid_value.UuidValue.isV6","href":"uuid_value/UuidValue/isV6.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"isV7","qualifiedName":"uuid_value.UuidValue.isV7","href":"uuid_value/UuidValue/isV7.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"isV8","qualifiedName":"uuid_value.UuidValue.isV8","href":"uuid_value/UuidValue/isV8.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"nil","qualifiedName":"uuid_value.UuidValue.nil","href":"uuid_value/UuidValue/nil-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"oid","qualifiedName":"uuid_value.UuidValue.oid","href":"uuid_value/UuidValue/oid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"operator ==","qualifiedName":"uuid_value.UuidValue.operator ==","href":"uuid_value/UuidValue/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"time","qualifiedName":"uuid_value.UuidValue.time","href":"uuid_value/UuidValue/time.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"toBytes","qualifiedName":"uuid_value.UuidValue.toBytes","href":"uuid_value/UuidValue/toBytes.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"toFormattedString","qualifiedName":"uuid_value.UuidValue.toFormattedString","href":"uuid_value/UuidValue/toFormattedString.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"toString","qualifiedName":"uuid_value.UuidValue.toString","href":"uuid_value/UuidValue/toString.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"url","qualifiedName":"uuid_value.UuidValue.url","href":"uuid_value/UuidValue/url-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"uuid","qualifiedName":"uuid_value.UuidValue.uuid","href":"uuid_value/UuidValue/uuid.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"validate","qualifiedName":"uuid_value.UuidValue.validate","href":"uuid_value/UuidValue/validate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"validate() validates the internal string representation of the uuid.\nOptionally, you can provide a validationMode to use when validating\nthe uuid string.\nThrows FormatException if the UUID is invalid.","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"version","qualifiedName":"uuid_value.UuidValue.version","href":"uuid_value/UuidValue/version.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"x500","qualifiedName":"uuid_value.UuidValue.x500","href":"uuid_value/UuidValue/x500-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValue","kind":3,"href":"uuid_value/UuidValue-class.html"}},{"name":"v1","qualifiedName":"v1","href":"v1/","kind":9,"packageRank":0,"desc":""},{"name":"UuidV1","qualifiedName":"v1.UuidV1","href":"v1/UuidV1-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"v1","kind":9,"href":"v1/"}},{"name":"UuidV1.new","qualifiedName":"v1.UuidV1.UuidV1.new","href":"v1/UuidV1/UuidV1.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV1","kind":3,"href":"v1/UuidV1-class.html"}},{"name":"generate","qualifiedName":"v1.UuidV1.generate","href":"v1/UuidV1/generate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"v1() Generates a time-based version 1 UUID","enclosedBy":{"name":"UuidV1","kind":3,"href":"v1/UuidV1-class.html"}},{"name":"goptions","qualifiedName":"v1.UuidV1.goptions","href":"v1/UuidV1/goptions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV1","kind":3,"href":"v1/UuidV1-class.html"}},{"name":"v4","qualifiedName":"v4","href":"v4/","kind":9,"packageRank":0,"desc":""},{"name":"UuidV4","qualifiedName":"v4.UuidV4","href":"v4/UuidV4-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"v4","kind":9,"href":"v4/"}},{"name":"UuidV4.new","qualifiedName":"v4.UuidV4.UuidV4.new","href":"v4/UuidV4/UuidV4.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV4","kind":3,"href":"v4/UuidV4-class.html"}},{"name":"generate","qualifiedName":"v4.UuidV4.generate","href":"v4/UuidV4/generate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"v4() Generates a RNG version 4 UUID","enclosedBy":{"name":"UuidV4","kind":3,"href":"v4/UuidV4-class.html"}},{"name":"goptions","qualifiedName":"v4.UuidV4.goptions","href":"v4/UuidV4/goptions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV4","kind":3,"href":"v4/UuidV4-class.html"}},{"name":"v5","qualifiedName":"v5","href":"v5/","kind":9,"packageRank":0,"desc":""},{"name":"UuidV5","qualifiedName":"v5.UuidV5","href":"v5/UuidV5-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"v5","kind":9,"href":"v5/"}},{"name":"NAMESPACE_DNS","qualifiedName":"v5.UuidV5.NAMESPACE_DNS","href":"v5/UuidV5/NAMESPACE_DNS-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV5","kind":3,"href":"v5/UuidV5-class.html"}},{"name":"NAMESPACE_NIL","qualifiedName":"v5.UuidV5.NAMESPACE_NIL","href":"v5/UuidV5/NAMESPACE_NIL-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV5","kind":3,"href":"v5/UuidV5-class.html"}},{"name":"NAMESPACE_OID","qualifiedName":"v5.UuidV5.NAMESPACE_OID","href":"v5/UuidV5/NAMESPACE_OID-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV5","kind":3,"href":"v5/UuidV5-class.html"}},{"name":"NAMESPACE_URL","qualifiedName":"v5.UuidV5.NAMESPACE_URL","href":"v5/UuidV5/NAMESPACE_URL-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV5","kind":3,"href":"v5/UuidV5-class.html"}},{"name":"NAMESPACE_X500","qualifiedName":"v5.UuidV5.NAMESPACE_X500","href":"v5/UuidV5/NAMESPACE_X500-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV5","kind":3,"href":"v5/UuidV5-class.html"}},{"name":"UuidV5.new","qualifiedName":"v5.UuidV5.UuidV5.new","href":"v5/UuidV5/UuidV5.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV5","kind":3,"href":"v5/UuidV5-class.html"}},{"name":"generate","qualifiedName":"v5.UuidV5.generate","href":"v5/UuidV5/generate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"v5() Generates a namspace &amp; name-based version 5 UUID","enclosedBy":{"name":"UuidV5","kind":3,"href":"v5/UuidV5-class.html"}},{"name":"goptions","qualifiedName":"v5.UuidV5.goptions","href":"v5/UuidV5/goptions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV5","kind":3,"href":"v5/UuidV5-class.html"}},{"name":"v6","qualifiedName":"v6","href":"v6/","kind":9,"packageRank":0,"desc":""},{"name":"UuidV6","qualifiedName":"v6.UuidV6","href":"v6/UuidV6-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"v6","kind":9,"href":"v6/"}},{"name":"UuidV6.new","qualifiedName":"v6.UuidV6.UuidV6.new","href":"v6/UuidV6/UuidV6.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV6","kind":3,"href":"v6/UuidV6-class.html"}},{"name":"generate","qualifiedName":"v6.UuidV6.generate","href":"v6/UuidV6/generate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"v6() Generates a time-based version 6 UUID","enclosedBy":{"name":"UuidV6","kind":3,"href":"v6/UuidV6-class.html"}},{"name":"goptions","qualifiedName":"v6.UuidV6.goptions","href":"v6/UuidV6/goptions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV6","kind":3,"href":"v6/UuidV6-class.html"}},{"name":"v7","qualifiedName":"v7","href":"v7/","kind":9,"packageRank":0,"desc":""},{"name":"UuidV7","qualifiedName":"v7.UuidV7","href":"v7/UuidV7-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"v7","kind":9,"href":"v7/"}},{"name":"UuidV7.new","qualifiedName":"v7.UuidV7.UuidV7.new","href":"v7/UuidV7/UuidV7.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV7","kind":3,"href":"v7/UuidV7-class.html"}},{"name":"generate","qualifiedName":"v7.UuidV7.generate","href":"v7/UuidV7/generate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"v7() Generates a time-based version 7 UUID","enclosedBy":{"name":"UuidV7","kind":3,"href":"v7/UuidV7-class.html"}},{"name":"goptions","qualifiedName":"v7.UuidV7.goptions","href":"v7/UuidV7/goptions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV7","kind":3,"href":"v7/UuidV7-class.html"}},{"name":"v8","qualifiedName":"v8","href":"v8/","kind":9,"packageRank":0,"desc":""},{"name":"UuidV8","qualifiedName":"v8.UuidV8","href":"v8/UuidV8-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"v8","kind":9,"href":"v8/"}},{"name":"UuidV8.new","qualifiedName":"v8.UuidV8.UuidV8.new","href":"v8/UuidV8/UuidV8.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV8","kind":3,"href":"v8/UuidV8-class.html"}},{"name":"generate","qualifiedName":"v8.UuidV8.generate","href":"v8/UuidV8/generate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"V8() Generates a time-based version 8 UUID","enclosedBy":{"name":"UuidV8","kind":3,"href":"v8/UuidV8-class.html"}},{"name":"goptions","qualifiedName":"v8.UuidV8.goptions","href":"v8/UuidV8/goptions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV8","kind":3,"href":"v8/UuidV8-class.html"}},{"name":"v8generic","qualifiedName":"v8generic","href":"v8generic/","kind":9,"packageRank":0,"desc":""},{"name":"UuidV8Generic","qualifiedName":"v8generic.UuidV8Generic","href":"v8generic/UuidV8Generic-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"v8generic","kind":9,"href":"v8generic/"}},{"name":"UuidV8Generic.new","qualifiedName":"v8generic.UuidV8Generic.UuidV8Generic.new","href":"v8generic/UuidV8Generic/UuidV8Generic.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV8Generic","kind":3,"href":"v8generic/UuidV8Generic-class.html"}},{"name":"generate","qualifiedName":"v8generic.UuidV8Generic.generate","href":"v8generic/UuidV8Generic/generate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"V8Generic() Generates a time-based version 8 UUID","enclosedBy":{"name":"UuidV8Generic","kind":3,"href":"v8generic/UuidV8Generic-class.html"}},{"name":"goptions","qualifiedName":"v8generic.UuidV8Generic.goptions","href":"v8generic/UuidV8Generic/goptions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidV8Generic","kind":3,"href":"v8generic/UuidV8Generic-class.html"}},{"name":"validation","qualifiedName":"validation","href":"validation/","kind":9,"packageRank":0,"desc":""},{"name":"UuidValidation","qualifiedName":"validation.UuidValidation","href":"validation/UuidValidation-class.html","kind":3,"packageRank":0,"desc":"","enclosedBy":{"name":"validation","kind":9,"href":"validation/"}},{"name":"UuidValidation.new","qualifiedName":"validation.UuidValidation.UuidValidation.new","href":"validation/UuidValidation/UuidValidation.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"UuidValidation","kind":3,"href":"validation/UuidValidation-class.html"}},{"name":"isValidOrThrow","qualifiedName":"validation.UuidValidation.isValidOrThrow","href":"validation/UuidValidation/isValidOrThrow.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Validates the provided uuid to make sure it has all the necessary\ncomponents and formatting and throws a FormatException if it is invalid.\nYou can choose to validate from a string or from a byte list based on\nwhich parameter is passed.\nOptionally you can set validationMode to ValidationMode.nonStrict to\nallow for non RFC4122 compliant UUIDs.\nIf you are using a Microsoft GUID, you should set validationMode to\nValidationMode.nonStrict.","enclosedBy":{"name":"UuidValidation","kind":3,"href":"validation/UuidValidation-class.html"}},{"name":"isValidUUID","qualifiedName":"validation.UuidValidation.isValidUUID","href":"validation/UuidValidation/isValidUUID.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Validates the provided uuid to make sure it has all the necessary\ncomponents and formatting and returns a bool\nYou can choose to validate from a string or from a byte list based on\nwhich parameter is passed.","enclosedBy":{"name":"UuidValidation","kind":3,"href":"validation/UuidValidation-class.html"}}]
