RFR: 8318096: Introduce AsymmetricKey interface with a getParams method [v6]
Weijun Wang
weijun at openjdk.org
Thu Oct 26 17:37:01 UTC 2023
> 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:
move the test, add annotations
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16222/files
- new: https://git.openjdk.org/jdk/pull/16222/files/319eaa54..578c5f26
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16222&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16222&range=04-05
Stats: 4 lines in 2 files changed: 2 ins; 1 del; 1 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
More information about the security-dev
mailing list