decodeToAsn1RealOrNull
inline fun Asn1Primitive.decodeToAsn1RealOrNull(assertTag: Asn1Element.Tag = Asn1Element.Tag.REAL, lenient: Boolean = false): Asn1Real?(source)
Exception-free version of decodeToAsn1Real
Parameters
lenient
if true the function will not throw an exception if the input is not normalised. A normalised REAL means:
mantissa and exponent can be used as-is with base
2mantissa and exponent are minimally encoded