On Sun, 27 Nov 2022 16:31:22 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> src/jdk.crypto.ec/share/classes/sun/security/ec/ECPrivateKeyImpl.java line >> 99: >> >>> 97: } >>> 98: >>> 99: private void makeEncoding(byte[] s) throws InvalidKeyException { >> >> No need for the InvalidKeyException? > > `ECParameters::getAlgorithmParameters` throws it. Hmm, alright. ------------- PR: https://git.openjdk.org/jdk/pull/11302