parseAll
Parses all ASN.1 elements from the given source within the specified limit.
Return
A list of parsed ASN.1 elements.
Parameters
source
The input source from which the ASN.1 elements will be parsed.
limit
The maximum allowed total number of encoded DER bytes to consume. This limit is enforced before reading or peeking from the underlying source.