DerOutputStream.putUnalignedBitString

Marshals a DER bit string on the output stream. The bit strings need not be byte-aligned.

@param bits the bit string, MSB first

class DerOutputStream
void
putUnalignedBitString
(
BitArray ba
)

Meta