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.

Asn1DerEncodeBuffer Class Reference

Inheritance diagram for Asn1DerEncodeBuffer:

Asn1BerEncodeBuffer Asn1EncodeBuffer Asn1MessageBuffer List of all members.

Detailed Description

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


Public Member Functions

 Asn1DerEncodeBuffer (int sizeIncrement)
 Asn1DerEncodeBuffer ()


Constructor & Destructor Documentation

Asn1DerEncodeBuffer  ) 
 

This constructor creates a DER encode buffer object with the default size increment. Whenever the buffer becomes full, the buffer will be expanded by the sizeIncrement size.

Asn1DerEncodeBuffer int  sizeIncrement  ) 
 

This constructor creates a DER encode buffer object with the given size increment. Whenever the buffer becomes full, the buffer will be expanded by the sizeIncrement size. This size should be large enough to prevent resizing in normal operation.

Parameters:
sizeIncrement The initial size in bytes of an encode buffer. If the buffer becomes full, it will be expanded by this amount.


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