Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address test failures on Java 11. (#1189)
xecPrivateKeySpec failure was a copy pasta bug but only shows up on 11 due to missing XEC classes on earlier Java. The other failure in keyspec_Fail(), looks like it was due to the KeyFactory implementation iterating over SPIs on failure, and in OpenJDK 11 there is an XDH KeyFactory, although I'm unsure why it was rejecting what should be valid PKCS#8 data...
- Loading branch information