> 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.
Weijun Wang has updated the pull request incrementally with one additional commit since the last revision: use @inheritDoc ------------- Changes: - all: https://git.openjdk.org/jdk/pull/16222/files - new: https://git.openjdk.org/jdk/pull/16222/files/096b95a1..319eaa54 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=16222&range=04 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16222&range=03-04 Stats: 72 lines in 12 files changed: 12 ins; 36 del; 24 mod Patch: https://git.openjdk.org/jdk/pull/16222.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/16222/head:pull/16222 PR: https://git.openjdk.org/jdk/pull/16222