From 5175324af81e46878835e7d1203a07f7bb4b7f36 Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Thu, 2 May 2024 15:14:39 -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 862a37a3c1..7507b09c20 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 * =========================================================================== */ @@ -446,7 +446,7 @@ void putEntries(boolean useFullImplementation) { && !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",