Asn1DerDecodeBuffer Class Reference

Inheritance diagram for Asn1DerDecodeBuffer:
Asn1BerDecodeBuffer Asn1DecodeBuffer Asn1MessageBuffer Asn1DerInputStream

List of all members.

Public Member Functions

 Asn1DerDecodeBuffer (System.IO.Stream istream)
 Asn1DerDecodeBuffer (byte[] msgdata)

Detailed Description

This class handles the decoding of ASN.1 messages as specified in the Distinguished Encoding Rules (DER) as documented in the ITU-T X.690 standard.


Constructor & Destructor Documentation

Asn1DerDecodeBuffer ( byte[]  msgdata  ) 

This constructor creates a DER Decode buffer object that references an encoded ASN.1 message.

Parameters:
msgdata Byte array containing an encoded ASN.1 message.
Asn1DerDecodeBuffer ( System.IO.Stream  istream  ) 

This constructor creates a DER Decode buffer object that references an encoded ASN.1 message. In this case, the message is passed in using an System.IO.Stream object.

Parameters:
istream Input stream containing an encoded ASN.1 message.