RandomBytesGenerator

class RandomBytesGenerator(secureRandom: SecureRandom = getSecureRandom())

Constructors

Link copied to clipboard
constructor(secureRandom: SecureRandom = getSecureRandom())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun generateSecureRandomByteArray(size: Int): <Error class: unknown class>
Link copied to clipboard
fun generateSecureRandomString(length: Int, charPool: CharSequence = defaultCharPool): String