decodeFromDer

open fun decodeFromDer(src: ByteArray, tagOverride: UByte?): T(source)

Same as Asn1Decodable.decodeFromDer, but allows overriding the tag, should the implementing class verify it. Useful for implicit tagging.