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??
Good point. It should be in BulkCipher. Thanks, Xuelei
-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