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 SummaryFieldsModifier and TypeFieldDescriptionstatic final Randoms.SecureRandomInstances$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.Function0apply$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.ProductproductArity, 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 interface- scala.Function0<Random>
 
 
-