RFR: JDK-8284851 Update javax.crypto files to use proper javadoc for mentioned classes [v6]

Valerie Peng valeriep at openjdk.org
Wed Jul 6 22:28:06 UTC 2022


On Tue, 5 Jul 2022 15:37:55 GMT, Mark Powers <duke at 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/CipherOutputStream.java line 106:

> 104:      *
> 105:      * Constructs a {@code CipherOutputStream} from an
> 106:      * {@code OutputStream} and a {@code Cipher}.

add object to {@code Cipher} here.

src/java.base/share/classes/javax/crypto/CipherOutputStream.java line 206:

> 204:      * <p>Any bytes buffered by the encapsulated {@code Cipher} object
> 205:      * and waiting to be processed by it will not be written out. For example,
> 206:      * if the encapsulated {@code Cipher} is a block cipher, and the

add object to {@code Cipher} here.

-------------

PR: https://git.openjdk.org/jdk/pull/9282



More information about the security-dev mailing list