decodeFromDer

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

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

Throws

if invalid data is provided