spec: http://cr.openjdk.java.net/~weijun/8051408/webrev.00/specdiff/java/security/package-summary.html impl: http://cr.openjdk.java.net/~weijun/8051408/webrev.00/
- No more configure(), it's getInstance(alg, SecureRandomParameters) now. - The *Spec class names are now *Parameters. - Overloaded reseed() and reseed(additionalInput). TBD: Should nextBytes(bytes,additionalInput) throw an UnsupportedOperationException for old implementations? Thanks Max