Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DERGeneralEncoder Class Reference

DER General Encoder. More...

#include <asn.h>

Inheritance diagram for DERGeneralEncoder:

ByteQueue BufferedTransformation DERSequenceEncoder DERSetEncoder List of all members.

Public Methods

 DERGeneralEncoder (BufferedTransformation &outQueue,byte asnTag=SEQUENCE|CONSTRUCTED)
 DERGeneralEncoder (DERGeneralEncoder &outQueue,byte asnTag=SEQUENCE|CONSTRUCTED)
 ~DERGeneralEncoder ()
void MessageEnd (int=-1)
 mark end of an input segment, message, or packet. More...


Detailed Description

DER General Encoder.

Definition at line 144 of file asn.h.


Constructor & Destructor Documentation

DERGeneralEncoder::DERGeneralEncoder ( BufferedTransformation & outQueue,
byte asnTag = SEQUENCE | CONSTRUCTED ) [explicit]
 

Definition at line 349 of file asn.cpp.

DERGeneralEncoder::DERGeneralEncoder ( DERGeneralEncoder & outQueue,
byte asnTag = SEQUENCE | CONSTRUCTED ) [explicit]
 

Definition at line 354 of file asn.cpp.

DERGeneralEncoder::~DERGeneralEncoder ( )
 

Definition at line 359 of file asn.cpp.


Member Function Documentation

void DERGeneralEncoder::MessageEnd ( int propagation = -1 ) [virtual]
 

mark end of an input segment, message, or packet.

propagation != 0 means pass on the signal to attached BufferedTransformation objects, with propagation decremented at each step until it reaches 0. -1 means unlimited propagation.

Reimplemented from BufferedTransformation.

Definition at line 371 of file asn.cpp.

Referenced by Integer::DEREncode(), Integer::DEREncodeAsOctetString(), and PolynomialMod2::DEREncodeAsOctetString().


The documentation for this class was generated from the following files:
Generated at Mon Jan 15 01:16:44 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000