SecureRandom

internal expect class SecureRandom
internal actual class SecureRandom

Constructors

Link copied to clipboard
expect constructor()
actual constructor()

Functions

Link copied to clipboard
expect fun nextBytes(length: Int): ByteArray
actual fun nextBytes(length: Int): ByteArray
Link copied to clipboard
expect fun nextInt(bound: Int): Int
actual fun nextInt(bound: Int): Int