Table of Contents

Class DerOctetStringParser

Namespace
Org.BouncyCastle.Asn1
Assembly
BouncyCastle.Cryptography.dll
public class DerOctetStringParser : Asn1OctetStringParser, IAsn1Convertible
Inheritance
DerOctetStringParser
Implements
Inherited Members

Methods

GetOctetStream()

Return the content of the OCTET STRING as a Stream.

public Stream GetOctetStream()

Returns

Stream

A Stream represnting the OCTET STRING's content.

ToAsn1Object()

public Asn1Object ToAsn1Object()

Returns

Asn1Object