Bit String

Values of this syntax hold a sequence of binary digits.

The syntax follows this ABNF, corresponding to the BIT STRING ASN.1 type:

BitString    = SQUOTE *binary-digit SQUOTE "B"
binary-digit = "0" / "1"
    
Origin RFC 4517
Description Bit String
OID 1.3.6.1.4.1.1466.115.121.1.6
Read a different version of :