The BitString class represents a sequence of bits using a from a provided ByteArray. It reverses the bits from left to right to follow the revocation list specs of left to right indexing.
BitString
ByteArray
The number of bits in the sequence.
Checks if the bit at the specified index is set (i.e., if the bit is "revoked").