Expand description
ASN.1 ENUMERATED contents octets. ASN.1 ENUMERATED contents.
X.690 §8.4 specifies that ENUMERATED contents are encoded exactly like the
corresponding INTEGER value. This module therefore delegates to IntegerFmt
at every layer while retaining a distinct format marker for the ENUMERATED tag.
Type Aliases§
- Enumerated
- Executable ENUMERATED values use the same exact integer representation as INTEGER.