Package akka.remote.artery.tcp
Class SecureRandomFactory$
- java.lang.Object
 - 
- akka.remote.artery.tcp.SecureRandomFactory$
 
 
- 
public class SecureRandomFactory$ extends java.lang.ObjectINTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static SecureRandomFactory$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description SecureRandomFactory$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.SecureRandomcreateSecureRandom(com.typesafe.config.Config config, MarkerLoggingAdapter log)java.security.SecureRandomcreateSecureRandom(java.lang.String randomNumberGenerator, MarkerLoggingAdapter log)java.lang.StringGeneratorJdkSecureRandom() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final SecureRandomFactory$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
GeneratorJdkSecureRandom
public java.lang.String GeneratorJdkSecureRandom()
 
- 
createSecureRandom
public java.security.SecureRandom createSecureRandom(com.typesafe.config.Config config, MarkerLoggingAdapter log) 
- 
createSecureRandom
public java.security.SecureRandom createSecureRandom(java.lang.String randomNumberGenerator, MarkerLoggingAdapter log) 
 - 
 
 -