RFR: JDK-8284851 Update javax.crypto files to use proper javadoc for mentioned classes [v6]
Valerie Peng
valeriep at openjdk.org
Wed Jul 6 20:56:09 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/Cipher.java line 1069:
> 1067:
> 1068: /**
> 1069: * Returns the exemption mechanism object used with this {@code Cipher}.
Add object at the end.
src/java.base/share/classes/javax/crypto/Cipher.java line 1071:
> 1069: * Returns the exemption mechanism object used with this {@code Cipher}.
> 1070: *
> 1071: * @return the exemption mechanism object used with this {@code Cipher}, or
add object to {@code Cipher} here.
src/java.base/share/classes/javax/crypto/Cipher.java line 1223:
> 1221: * <p>Note that when a {@code Cipher} object is initialized, it loses all
> 1222: * previously-acquired state. In other words, initializing a {@code Cipher}
> 1223: * object is equivalent to creating a new instance of that {@code Cipher}
add object to {@code Cipher} here?
-------------
PR: https://git.openjdk.org/jdk/pull/9282
More information about the security-dev
mailing list