Class SecureRandomFactory
java.lang.Object
org.apache.pekko.remote.artery.tcp.SecureRandomFactory
INTERNAL API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SecureRandomcreateSecureRandom(com.typesafe.config.Config config, MarkerLoggingAdapter log) static SecureRandomcreateSecureRandom(String randomNumberGenerator, MarkerLoggingAdapter log) static String
-
Constructor Details
-
SecureRandomFactory
public SecureRandomFactory()
-
-
Method Details
-
GeneratorJdkSecureRandom
-
createSecureRandom
public static SecureRandom createSecureRandom(com.typesafe.config.Config config, MarkerLoggingAdapter log) -
createSecureRandom
public static SecureRandom createSecureRandom(String randomNumberGenerator, MarkerLoggingAdapter log)
-