On Tue, 17 Oct 2023 15:30:03 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> Create a parent interface `AsymmetricKey` for `PublicKey` and `PrivateKey` > and add a `getParams` method there. This makes it available to all current > and future public and private keys. > > No test. Might add one. This pull request has now been integrated. Changeset: 9123961a Author: Weijun Wang <wei...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/9123961aaa47aa58ec436640590d2cceedb8cbb1 Stats: 313 lines in 18 files changed: 293 ins; 0 del; 20 mod 8318096: Introduce AsymmetricKey interface with a getParams method Reviewed-by: darcy, mullan, ascarpino ------------- PR: https://git.openjdk.org/jdk/pull/16222