BERSequenceDecoder Class Reference

BER Sequence Decoder. More...

#include <asn.h>

Inheritance diagram for BERSequenceDecoder:

BERGeneralDecoder Store AutoSignaling< InputRejecting< BufferedTransformation > >

List of all members.

Public Member Functions

 BERSequenceDecoder (BufferedTransformation &inQueue, byte asnTag=SEQUENCE|CONSTRUCTED)
 BERSequenceDecoder (BERSequenceDecoder &inQueue, byte asnTag=SEQUENCE|CONSTRUCTED)
bool IsDefiniteLength () const
lword RemainingLength () const
bool EndReached () const
byte PeekByte () const
void CheckByte (byte b)
size_t TransferTo2 (BufferedTransformation &target, lword &transferBytes, const std::string &channel=NULL_CHANNEL, bool blocking=true)
size_t CopyRangeTo2 (BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=NULL_CHANNEL, bool blocking=true) const
void MessageEnd ()
void IsolatedInitialize (const NameValuePairs &parameters)
unsigned int NumberOfMessages () const
bool GetNextMessage ()
unsigned int CopyMessagesTo (BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=NULL_CHANNEL) const
void SetAutoSignalPropagation (int propagation)
int GetAutoSignalPropagation () const

Protected Attributes

BufferedTransformationm_inQueue
bool m_finished
bool m_definiteLength
lword m_length
bool m_messageEnd


Detailed Description

BER Sequence Decoder.

Definition at line 177 of file asn.h.


The documentation for this class was generated from the following file:

Generated on Mon Oct 27 02:44:57 2008 for Crypto++ by  doxygen 1.5.7.1