is Revoked
Checks if the bit at the specified index is set (i.e., if the bit is "revoked").
Return
true
if the bit at the specified index is set, false
otherwise.
Parameters
index
The index of the bit to check.
Throws
if the index is greater than or equal to the size of the bit sequence.