getRandomInts top-level property

GetRandomInts getRandomInts
getter/setter pair

The function used to generate a list of random integers to construct OID.

The default implementation uses Random to generate the random number. When running at the browser, it is better to replace with Crypto.getRandomValues.

Implementation

GetRandomInts getRandomInts = _getRandomInts;