decodeFromTlv

abstract fun decodeFromTlv(src: Asn1Primitive, tagOverride: UByte?): T(source)

Same as Asn1Decodable.decodeFromTlv, but allows overriding the tag, should the implementing class verify it. Useful for implicit tagging, in which case you will want to call at.asitplus.signum.indispensable.asn1.DERTags.toImplicitTag on tagOverride.

Throws