On Tue, 2 May 2023 20:32:02 GMT, Ferenc Rakoczi <[email protected]> wrote:
>> src/java.base/share/classes/sun/security/provider/HSS.java line 66:
>>
>>> 64: if (!(publicKey instanceof HSSPublicKey pub)) {
>>> 65: throw new InvalidKeyException("Not an HSS public key: ");
>>> 66: }
>>
>> If not, we can try translating it using our `KeyFactory`.
>
> Done
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13691#discussion_r1183023311
