SecureRandomIdGenerator

tsec.common.SecureRandomIdGenerator
case class SecureRandomIdGenerator(sizeInBytes: Int) extends ManagedRandom

Attributes

Source
SecureRandomIdGenerator.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def generateF[F[_]](implicit F: Sync[F]): F[SecureRandomId]

Attributes

Source
SecureRandomIdGenerator.scala

Inherited methods

def nextBytes(bytes: Array[Byte]): Unit

Attributes

Inherited from:
ManagedRandom
Source
ManagedRandom.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product