Skip to content

Commit

Permalink
Fix typo in reference to NativeECKeyPairGenerator
Browse files Browse the repository at this point in the history
Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
  • Loading branch information
keithc-ca committed May 2, 2024
1 parent d19b5c8 commit 5175324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jdk.crypto.ec/share/classes/sun/security/ec/SunEC.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/*
* ===========================================================================
* (c) Copyright IBM Corp. 2022, 2023 All Rights Reserved
* (c) Copyright IBM Corp. 2022, 2024 All Rights Reserved
* ===========================================================================
*/

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5175324

Please sign in to comment.