DerWriter.wrapContext
void wrapContext(size_t startPos, ubyte tagNumber)Wraps all bytes written since startPos in a context-tagged TLV.
The context tag is marked as constructed.
Parameters
startPos | The position returned by a prior call to save. |
tagNumber | The context tag number. |