On Wed, 9 Jun 2021 20:19:12 GMT, Jack Hartstein <github.com+44308314+jackh2...@openjdk.org> wrote:
> The RC5ParameterSpec class description contains the following sentence: "This > class can be used to initialize a Cipher object that implements the RC5 > algorithm as supplied by RSA Security LLC, or any parties authorized by RSA > Security." > > The part "as supplied by RSA Security LLC, or any parties authorized by RSA > Security." should be removed. We don't generally include information about > 3rd-party JCA providers in the standard javadocs. Also the "authorized" part > was probably referring to the RC5 patent but that has since expired. The update looks good to me. A CSR might be required as it is a spec update, although it is just a trivial update. ------------- Marked as reviewed by xuelei (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/4443