[jdk8u-dev] RFR: 8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards

Paul Hohensee phh at openjdk.org
Wed Dec 14 20:06:04 UTC 2022


Backport for Oracle parity. Backport from 11u is not clean.

1.  Copyright date mismatch in P11SecretKeyFactory.java.
2. XDHKeyFactory.java does not exist in 8u.
3. In KeyFactoryGetKeySpecForInvalidSpec.java, class FakeX509Spec does not include a (byte[], String) constructor since in 8u, X509EncodedKeySpec does not.

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

Commit messages:
 - Backport a777e82cd81fb5f02b09c4917b2a44f94c603939

Changes: https://git.openjdk.org/jdk8u-dev/pull/211/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=211&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8254717
  Stats: 129 lines in 15 files changed: 75 ins; 3 del; 51 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/211.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/211/head:pull/211

PR: https://git.openjdk.org/jdk8u-dev/pull/211


More information about the jdk8u-dev mailing list