object SecureRandom extends SecureRandomCompanionPlatform

Source
SecureRandom.scala
Linear Supertypes
SecureRandomCompanionPlatform, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecureRandom
  2. SecureRandomCompanionPlatform
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[F[_]](implicit ev: SecureRandom[F]): SecureRandom[F]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit def catsEitherTRandom[F[_], L](implicit arg0: SecureRandom[F], arg1: Functor[F]): SecureRandom[[γ$0$]EitherT[F, L, γ$0$]]

    SecureRandom instance built for cats.data.EitherT values initialized with any F data type that also implements SecureRandom.

  7. implicit def catsIndexedReaderWriterStateTSecureRandom[F[_], E, L, S](implicit arg0: SecureRandom[F], arg1: Applicative[F], arg2: Monoid[L]): SecureRandom[[ζ$6$]IndexedReaderWriterStateT[F, E, L, S, S, ζ$6$]]

    SecureRandom instance built for cats.data.IndexedReaderWriterStateT values initialized with any F data type that also implements SecureRandom.

  8. implicit def catsIndexedStateTSecureRandom[F[_], S](implicit arg0: SecureRandom[F], arg1: Applicative[F]): SecureRandom[[δ$3$]IndexedStateT[F, S, S, δ$3$]]

    SecureRandom instance built for cats.data.IndexedStateT values initialized with any F data type that also implements SecureRandom.

  9. implicit def catsIorTSecureRandom[F[_], L](implicit arg0: SecureRandom[F], arg1: Functor[F]): SecureRandom[[γ$5$]IorT[F, L, γ$5$]]

    SecureRandom instance built for cats.data.IorT values initialized with any F data type that also implements SecureRandom.

  10. implicit def catsKleisliSecureRandom[F[_], R](implicit arg0: SecureRandom[F]): SecureRandom[[γ$1$]Kleisli[F, R, γ$1$]]

    SecureRandom instance built for cats.data.Kleisli values initialized with any F data type that also implements SecureRandom.

  11. implicit def catsOptionTSecureRandom[F[_]](implicit arg0: SecureRandom[F], arg1: Functor[F]): SecureRandom[[β$2$]OptionT[F, β$2$]]

    SecureRandom instance built for cats.data.OptionT values initialized with any F data type that also implements SecureRandom.

  12. implicit def catsWriterTSecureRandom[F[_], L](implicit arg0: SecureRandom[F], arg1: Applicative[F], arg2: Monoid[L]): SecureRandom[[γ$4$]WriterT[F, L, γ$4$]]

    SecureRandom instance built for cats.data.WriterT values initialized with any F data type that also implements SecureRandom.

  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def javaSecuritySecureRandom[F[_]](implicit arg0: kernel.Sync[F]): F[SecureRandom[F]]

    On the JVM, delegates to java.security.SecureRandom.

    On the JVM, delegates to java.security.SecureRandom.

    In browsers, delegates to the Web Crypto API.

    In Node.js, delegates to the crypto module.

    On Native, delegates to getentropy which is supported on Linux, macOS, and BSD. Unsupported platforms such as Windows will encounter link-time errors.

  21. def javaSecuritySecureRandom[F[_]](n: Int)(implicit arg0: kernel.Sync[F]): F[SecureRandom[F]]

    See also

    implementation notes at javaSecuritySecureRandom[F[_]](implicit*.

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SecureRandomCompanionPlatform

Inherited from AnyRef

Inherited from Any

Ungrouped