Code review request, CR 7145837, jsse/runtime, a little performance improvement on the usage of SecureRandom (original) (raw)
Xuelei Fan Xuelei.Fan at Oracle.COM
Wed Feb 15 15:45:50 UTC 2012
- Previous message (by thread): Code review request, CR 7145837, jsse/runtime, a little performance improvement on the usage of SecureRandom
- Next message (by thread): Code review request, CR 7145837, jsse/runtime, a little performance improvement on the usage of SecureRandom
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I believe I have replied the mail. But cannot find the mail in the mail system. It's weird.
New webrev: http://cr.openjdk.java.net/~xuelei/7145837/webrev.01/.
Moved secureRandom into BulkCipher block.
Thanks, Xuelei
On 2/15/2012 11:06 PM, Chris Hegarty wrote:
Just out of curiosity, why is secureRandom defined in the outer class rather than privately in BulkCipher??
-Chris. On 15/02/2012 14:21, Xuelei Fan wrote: webrev: http://cr.openjdk.java.net/~xuelei/7145837/webrev/
To use only one instance of SecureRandom for dummy/useless CipherBox initialization. Thanks, Xuelei
- Previous message (by thread): Code review request, CR 7145837, jsse/runtime, a little performance improvement on the usage of SecureRandom
- Next message (by thread): Code review request, CR 7145837, jsse/runtime, a little performance improvement on the usage of SecureRandom
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]