Asn1BitStringParserGetOctetStream Method

Return a Stream representing the contents of the BIT STRING, where the content is expected to be octet-aligned (this will be automatically checked during parsing).

Definition

Namespace: Org.BouncyCastle.Asn1
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
Stream GetOctetStream()

Return Value

Stream
A Stream with its source as the BIT STRING content.

Exceptions

See Also