rawBytes

The raw bytes containing the bit string. The bits contained in rawBytes are laid out, as printed when calling BitSet.toBitString, right-padded with numPaddingBits many zero bits to the last byte boundary.

The overall Asn1Primitive.content resulting from encodeToTlv is byteArrayOf(numPaddingBits, *rawBytes)