DerReader.enterContext

DerReader enterContext(ubyte tagNumber)

Enters a constructed context-tagged TLV, returning a reader over its content.

Parameters

tagNumberThe expected context tag number.

Returns

A DerReader positioned within the context value.

Throws

CryptoException if the tag does not match.