Crypto++
|
BER Sequence Decoder. More...
#include <asn.h>
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=DEFAULT_CHANNEL, bool blocking=true) |
size_t | CopyRangeTo2 (BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const |
void | MessageEnd () |
void | IsolatedInitialize (const NameValuePairs ¶meters) |
unsigned int | NumberOfMessages () const |
bool | GetNextMessage () |
unsigned int | CopyMessagesTo (BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=DEFAULT_CHANNEL) const |
void | SetAutoSignalPropagation (int propagation) |
int | GetAutoSignalPropagation () const |
Protected Attributes | |
BufferedTransformation & | m_inQueue |
bool | m_finished |
bool | m_definiteLength |
lword | m_length |
bool | m_messageEnd |
BER Sequence Decoder.