]
Darran Lofthouse updated ELY-121:
---------------------------------
Fix Version/s: 1.2.0.Beta1
(was: 1.1.0.CR2)
Background initialization/pooling of SecureRandom
-------------------------------------------------
Key: ELY-121
URL:
https://issues.jboss.org/browse/ELY-121
Project: WildFly Elytron
Issue Type: Feature Request
Components: Utils
Reporter: David Lloyd
Priority: Minor
Fix For: 1.2.0.Beta1
Provide a facility to initialize and pool SecureRandom instances in a background thread
so that when things like SSLContexts are initialized, there are ready SecureRandoms. A
background daemon thread which simply feeds instances into a modestly-sized BlockingQueue
is probably more than adequate.