On Wed, 13 Apr 2022 19:27:00 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> This trivial change is to deprecate the DEFAULT static field of >> OAEPParameterSpec class. Wordings are mostly the same as the previous >> PSSParameterSpec deprecation change. Rest are just minor code re-factoring. >> >> The CSR will be filed once review is somewhat finished. >> >> Thanks, >> Valerie > > Valerie Peng has updated the pull request incrementally with one additional > commit since the last revision: > > Update w/ review feedback. src/java.base/share/classes/javax/crypto/spec/OAEPParameterSpec.java line 113: > 111: > 112: // disallowed > 113: private OAEPParameterSpec() { I think you can just remove this ctor now that it is not used by `DEFAULT`. ------------- PR: https://git.openjdk.java.net/jdk/pull/8191