fromDecimalString
fun fromDecimalString(input: String, maxInputLength: Int = DEFAULT_MAX_INPUT_LENGTH): Asn1Integer(source)
Constructs an Asn1Integer from a decimal string. O(n²) in the size, so bounded by maxInputLength. Input beyond this will throw.
Throws
if the input length exceeds maxInputLength