CdnGeneratorOptions
Options for CDN text generation (serializing DataItem to CDN string).
Constructors
Properties
Whether to heuristically detect COSE data structures (e.g., COSE_Sign1, COSE_Mac0, COSE_Key) and annotate their elements, header parameters, key parameters, and algorithms with descriptive comments.
Preferred formatting style for byte strings.
Extension registry for formatting application extensions.
Number of spaces per indentation level when prettyPrint is true.
Whether to insert line breaks and indentation for readability.
Whether map keys should be sorted.
Whether to format tagged items using application extension literals (e.g. dt'...', ip'...').
Whether to format any byte string using << ... >> embedded CBOR notation when it contains valid encoded CBOR.
Whether to use << ... >> shorthand notation for Tag 24 encoded CBOR byte strings.
Whether to format byte strings containing valid X.509 certificates using cert'''...''' PEM notation.