Asn1BitStringParser Interface

Definition

Namespace: Org.BouncyCastle.Asn1
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface Asn1BitStringParser : IAsn1Convertible
Implements
IAsn1Convertible

Properties

PadBitsReturn the number of pad bits, if any, in the final byte, if any, read from GetBitStream.

Methods

GetBitStreamReturn a Stream representing the contents of the BIT STRING. The final byte, if any, may include pad bits. See PadBits.
GetOctetStreamReturn 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).
ToAsn1Object
(Inherited from IAsn1Convertible)

See Also