ASN1Integer.fromNum constructor

ASN1Integer.fromNum(
  1. num value
)

Implementation

ASN1Integer.fromNum(num value) : value = BigInt.from(value);