parse
Parses an ASN.1 element from the given source with the specified size limit.
Return
The parsed ASN.1 element.
Parameters
source
The data source from which the ASN.1 element will be read.
limit
The maximum allowed total number of encoded DER bytes to consume. This limit is enforced before reading or peeking from the underlying source.