#include <asn.h>
Inheritance diagram for DERGeneralEncoder:

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... | |
Definition at line 144 of file asn.h.
|
|
|
|
|
|
|
|
|
|
|
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(). |
1.2.4 written by Dimitri van Heesch,
© 1997-2000