Package akka.http.impl.engine.ws
Class Randoms.SecureRandomInstances$
- java.lang.Object
-
- akka.http.impl.engine.ws.Randoms.SecureRandomInstances$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Function0<java.util.Random>
,scala.Product
- Enclosing class:
- Randoms
public static class Randoms.SecureRandomInstances$ extends java.lang.Object implements scala.Function0<java.util.Random>, scala.Product, java.io.Serializable
A factory that creates SecureRandom instances- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Randoms.SecureRandomInstances$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SecureRandomInstances$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Random
apply()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
MODULE$
public static final Randoms.SecureRandomInstances$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-