|
Hi all, Is it possible, if I want to change the tag id during
decoding process? Below is my ASN.1 data record, with 0x84 in front as the tag
byte and 0x4c as the length. So the summary tag configuration are : 0x84 -> CONTEXT PRIMITIF In fact, the rest of the content is in sequence, so the tag
id should be: 0xA4 -> CONTEXT CONSTRUCT Is it possible to change 0x84 to 0xA4 during decoding process ? ASN.1 record: 84 4C 00 8a 00 04 12 00 64 03 0a 1f 02 19 19 41 00 00 00
69 4d 49 43 49 4e 43 0a 00 6a 4d 49 43 49 4e 43 0a 00 77 01 82 05 00 00 00 86 06 00 00 00 00
8e 0a 00 00 0a 81 27 47 03 71 b2 10 03 11 0b 4e 45 33
37 34 41 30 30 30 32 34 Rgs, |
