decodeFromDerSafe

open fun decodeFromDerSafe(src: ByteArray, assertTag: Asn1Element.Tag? = null): KmmResult<T>(source)

Safe version of decodeFromDer, wrapping the result into a KmmResult