DefaultSecureRandom class
Methods
-
nextBigInteger(int bitLength)
→ BigInt
-
Get a random BigInteger of
bitLength
bits.
override
-
nextBytes(int count)
→ Uint8List
-
Get a list of bytes of arbitrary length.
override
-
nextUint16()
→ int
-
Get two bytes long random int.
override
-
nextUint32()
→ int
-
Get four bytes long random int.
override
-
nextUint8()
→ int
-
Get one byte long random int.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
seed(CipherParameters params)
→ void
-
Seed the RNG with some entropy (look at package cipher_entropy providing entropy sources).
override
-
toString()
→ String
-
A string representation of this object.
inherited