decodeFromDer

open fun decodeFromDer(src: ByteArray, assertTag: Asn1Element.Tag? = null): T

Convenience method, directly DER-decoding a byte array to T

Throws

if invalid data is provided