From 52ac003cf7afe7b5609f3cc648be38682f754884 Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Thu, 2 May 2024 15:14:36 -0400 Subject: [PATCH] Fix typo in reference to NativeECKeyPairGenerator Signed-off-by: Keith W. Campbell --- src/jdk.crypto.ec/share/classes/sun/security/ec/SunEC.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jdk.crypto.ec/share/classes/sun/security/ec/SunEC.java b/src/jdk.crypto.ec/share/classes/sun/security/ec/SunEC.java index c0503d7a78b..be71d81aff5 100644 --- a/src/jdk.crypto.ec/share/classes/sun/security/ec/SunEC.java +++ b/src/jdk.crypto.ec/share/classes/sun/security/ec/SunEC.java @@ -25,7 +25,7 @@ /* * =========================================================================== - * (c) Copyright IBM Corp. 2022, 2023 All Rights Reserved + * (c) Copyright IBM Corp. 2022, 2024 All Rights Reserved * =========================================================================== */ @@ -484,7 +484,7 @@ void putEntries() { && !isAIX ) { putService(new ProviderService(this, "KeyPairGenerator", - "EC", "sun.security.ec.NaticeECKeyPairGenerator", + "EC", "sun.security.ec.NativeECKeyPairGenerator", List.of("EllipticCurve"), ATTRS)); } else { putService(new ProviderService(this, "KeyPairGenerator",