Fixed-length encoding of an encoded value, padded to a specific length.
Fixed-length encoding of an encoded value, padded to a specific length. Adds zeroed padding octets to the end of the value if necessary, fails if the value is too large.
Variable-length encoding of an encoded value.
Variable-length encoding of an encoded value. Prefixes the encoded version with an encoding if its length.
Mostly, implicit conversions from values to their encoded representations.