On Tue, 5 Jul 2022 15:37:55 GMT, Mark Powers <d...@openjdk.org> wrote:
>> https://bugs.openjdk.org/browse/JDK-8284851 > > Mark Powers has updated the pull request incrementally with one additional > commit since the last revision: > > aw shucks - another one src/java.base/share/classes/javax/crypto/Cipher.java line 2707: > 2705: * Calls to this method provide AAD to the {@code Cipher} object > 2706: * when operating in modes such as AEAD (GCM/CCM). If this > 2707: * {@code Cipher} is operating in either GCM or CCM mode, all AAD add object to {@code Cipher} here. src/java.base/share/classes/javax/crypto/Cipher.java line 2786: > 2784: * Calls to this method provide AAD to the {@code Cipher} object > 2785: * when operating in modes such as AEAD (GCM/CCM). If this > 2786: * {@code Cipher} is operating in either GCM or CCM mode, all AAD add object to {@code Cipher} here. ------------- PR: https://git.openjdk.org/jdk/pull/9282