Hello!

I noticed that class BERGeneralDecoder supports only tags of length 1
byte.
**********************************************************
        explicit BERGeneralDecoder(BufferedTransformation &inQueue, byte
asnTag);
        explicit BERGeneralDecoder(BERGeneralDecoder &inQueue, byte asnTag);
**********************************************************

In my application ASN.1-tags of length 2 bytes exist. I think it can
be useful to implement the following constructors that will consider
first two bytes as ASN.1-tag.
**********************************************************
        explicit BERGeneralDecoder(BufferedTransformation &inQueue, word16
asnTag);
        explicit BERGeneralDecoder(BERGeneralDecoder &inQueue, word16
asnTag);
**********************************************************

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to