We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b4ad3 commit 683bb2fCopy full SHA for 683bb2f
src/jdk.crypto.ec/share/classes/sun/security/ec/SunEC.java
@@ -25,7 +25,7 @@
25
26
/*
27
* ===========================================================================
28
- * (c) Copyright IBM Corp. 2022, 2023 All Rights Reserved
+ * (c) Copyright IBM Corp. 2022, 2024 All Rights Reserved
29
30
*/
31
@@ -484,7 +484,7 @@ void putEntries() {
484
&& !isAIX
485
) {
486
putService(new ProviderService(this, "KeyPairGenerator",
487
- "EC", "sun.security.ec.NaticeECKeyPairGenerator",
+ "EC", "sun.security.ec.NativeECKeyPairGenerator",
488
List.of("EllipticCurve"), ATTRS));
489
} else {
490
0 commit comments