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/CipherSpi.java line 631: > 629: * {@code engineInit}) more data. > 630: * > 631: * <p>Note: if any exception is thrown, this {@code Cipher} may need > to add object here. src/java.base/share/classes/javax/crypto/CipherSpi.java line 651: > 649: * @throws ShortBufferException if the given output buffer is too > small > 650: * to hold the result > 651: * @throws BadPaddingException if this {@code Cipher} is in > decryption mode, add object here. ------------- PR: https://git.openjdk.org/jdk/pull/9282