Skip navigation links
B C D E F G H I M N O P R S T U V W 

T

TAG_BASE64_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a base64 encoded string (UTF8 string).
TAG_BASE64_URL_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a base64url encoded string (UTF8 string).
TAG_BIGDECIMAL - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a big decimal value (two-element array, base 2).
TAG_CANNOT_BE_NEGATIVE - Static variable in class ej.cbor.ErrorMessage
 
TAG_CBOR_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing an encoded CBOR data item (byte string).
TAG_CBOR_MARKER - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing CBOR content.
TAG_DECIMAL_FRACTION - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a decimal fraction value (two-element array, base 10).
TAG_EPOCH_DATE_TIME - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing date/time values as Epoch timestamp (numeric, RFC3339).
TAG_EXPECTED_BASE16_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing an expected conversion to base16 encoding.
TAG_EXPECTED_BASE64_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing an expected conversion to base64 encoding.
TAG_EXPECTED_BASE64_URL_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing an expected conversion to base64url encoding.
TAG_MIME_MESSAGE - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a MIME message (UTF8 string, RFC2045).
TAG_NEGATIVE_BIGINT - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a negative big integer value (byte string).
TAG_POSITIVE_BIGINT - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a positive big integer value (byte string).
TAG_REGEXP - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a regular expression string (UTF8 string, PCRE).
TAG_STANDARD_DATE_TIME - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing date/time values in the standard format (UTF8 string, RFC3339).
TAG_URI - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing an URL (UTF8 string).
toString() - Method in class ej.cbor.CborType
 
TRUE - Static variable in interface ej.cbor.CborConstants
The CBOR-encoded boolean true value (encoded as "simple value": #MT_SIMPLE).
TWO_BYTES - Static variable in interface ej.cbor.CborConstants
Denotes a two-byte value (uint16).
TWO_BYTES - Static variable in class ej.cbor.ErrorMessage
 
TYPE_ARRAY - Static variable in interface ej.cbor.CborConstants
Major type 4: array of items.
TYPE_BYTE_STRING - Static variable in interface ej.cbor.CborConstants
Major type 2: byte string.
TYPE_FLOAT_SIMPLE - Static variable in interface ej.cbor.CborConstants
Major type 7: floating point, simple data types.
TYPE_MAP - Static variable in interface ej.cbor.CborConstants
Major type 5: map of pairs.
TYPE_NEGATIVE_INTEGER - Static variable in interface ej.cbor.CborConstants
Major type 1: negative integers.
TYPE_TAG - Static variable in interface ej.cbor.CborConstants
Major type 6: semantic tags.
TYPE_TEXT_STRING - Static variable in interface ej.cbor.CborConstants
Major type 3: text/UTF8 string.
TYPE_UNSIGNED_INTEGER - Static variable in interface ej.cbor.CborConstants
Major type 0: unsigned integers.
B C D E F G H I M N O P R S T U V W 
Skip navigation links