On Thu, 28 Apr 2022 19:23:18 GMT, Weijun Wang <[email protected]> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Update for getParameters()
>
> src/java.base/share/classes/javax/crypto/CipherSpi.java line 449:
>
>> 447: *
>> 448: * <p>Note that when a Cipher object is initialized, it loses all
>> 449: * previously-acquired state. In other words, initializing a Cipher
>> is
>
> Two `{@code Cipher}` above.
Yes, I will look through the whole class (and CipherSpi.java too) regarding the
Cipher vs cipher thing.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8117