public interface Asn1BitStringParser : IAsn1Convertible
Public Interface Asn1BitStringParser
Inherits IAsn1Convertible
public interface class Asn1BitStringParser : IAsn1Convertible
Org.BouncyCastle.Asn1.Asn1BitStringParser = function();
Org.BouncyCastle.Asn1.Asn1BitStringParser.createInterface('Org.BouncyCastle.Asn1.Asn1BitStringParser');
PadBits | Return the number of pad bits, if any, in the final byte, if any, read from GetBitStream. |
GetBitStream | Return a Stream representing the contents of the BIT STRING. The final byte, if any, may include pad bits. See PadBits. |
GetOctetStream | 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). |
ToAsn1Object | (Inherited from IAsn1Convertible) |