RFR: 8158689: java.security.KeyPair should implement Destroyable

Anthony Scarpino ascarpino at openjdk.java.net
Sat Oct 23 00:00:14 UTC 2021


Hi,

I need a review of this change.  It makes KeyPair implement Destroyable and implements the methods to call the underlying privateKey.  It also sets the public and private key to 'final'.

The bug includes a CSR and Release Notes
CSR: https://bugs.openjdk.java.net/browse/JDK-8275823
RN: https://bugs.openjdk.java.net/browse/JDK-8275826

-------------

Commit messages:
 - initial fix

Changes: https://git.openjdk.java.net/jdk/pull/6089/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6089&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8158689
  Stats: 62 lines in 2 files changed: 55 ins; 0 del; 7 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6089.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6089/head:pull/6089

PR: https://git.openjdk.java.net/jdk/pull/6089



More information about the security-dev mailing list