Class Randoms.SecureRandomInstances$
java.lang.Object
org.apache.pekko.http.impl.engine.ws.Randoms.SecureRandomInstances$
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Function0<Random>,scala.Product
- Enclosing class:
- Randoms
public static class Randoms.SecureRandomInstances$
extends Object
implements scala.Function0<Random>, scala.Product, Serializable
A factory that creates SecureRandom instances
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Randoms.SecureRandomInstances$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Function0
apply$mcB$sp, apply$mcC$sp, apply$mcD$sp, apply$mcF$sp, apply$mcI$sp, apply$mcJ$sp, apply$mcS$sp, apply$mcV$sp, apply$mcZ$sp, toStringMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SecureRandomInstances$
public SecureRandomInstances$()
-
-
Method Details
-
apply
- Specified by:
applyin interfacescala.Function0<Random>
-