Re: Code Review Request for 6996769: support AEAD ciphers

2012-12-14 Thread Valerie (Yu-Ching) Peng
Mike, Thanks for the comments... With the current API, it is still possible to have the IV generated at the provider level by calling Cipher.init(...) without GCM parameters. This means that provider will generate IVs using provider-default iv length as well as provider-default value for tag le

hg: jdk8/tl/jaxp: 8003260: [findbug] some fields should be package protected

2012-12-14 Thread huizhe . wang
Changeset: b1fdb101c82e Author:joehw Date: 2012-12-14 13:24 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/b1fdb101c82e 8003260: [findbug] some fields should be package protected Summary: change public or protected mutable static fields to private or package private. Review