|
|
 |
|
Asn1DerDecodeBuffer Class ReferenceInheritance diagram for Asn1DerDecodeBuffer:
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.
Constructor & Destructor Documentation
|
|
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. |
|
|
|
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. |
|
|
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 |
|