Objective Systems, Inc.  
Home
About ASN.1
Products
Free Software
Open Source
Documents
Services
Resources
Resellers
Customers
Careers
About Us
Contact Us
 

Google


Objective Systems, Inc.

Asn1DerDecodeBuffer Class Reference

Inheritance diagram for Asn1DerDecodeBuffer:

Asn1BerDecodeBuffer Asn1DecodeBuffer Asn1MessageBuffer Asn1DerInputStream List of all members.

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.


Public Member Functions

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


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.


Copyright © 1997-2005 Objective Systems,Inc.
All Rights Reserved.
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.

This file was last modified on 18 Nov 2005.
ASN1C C# Runtime Library, 5.8