parseAll
fun Asn1Element.Companion.parseAll(source: ByteArray, limit: Long? = null): List<Asn1Element>(source)
Convenience wrapper around parseAll, taking a ByteArray as source
Parameters
limit
the maximum allowed total number of encoded DER bytes to consume. This limit is enforced before reading or peeking from the underlying source.