RFR: 8284553: Deprecate the DEFAULT static field of OAEPParameterSpec [v3]
Valerie Peng
valeriep at openjdk.java.net
Tue Apr 19 21:28:27 UTC 2022
On Tue, 19 Apr 2022 19:54:24 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Removed the private no-arg default constructor and minor javadoc update.
>
> src/java.base/share/classes/javax/crypto/spec/OAEPParameterSpec.java line 126:
>
>> 124: * {@link #getMGFParameters()}
>> 125: * @param pSrc the source of the encoding input P
>> 126: * @exception NullPointerException if {@code mdName},
>
> Change `@exception` to the more accepted `@throws` tag.
Yes, will change.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8191
More information about the security-dev
mailing list