-
Sub-task
-
Resolution: Delivered
-
P3
-
8u281, 11.0.10-oracle, 12
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8253406 | 11.0.10-oracle | Prajwal Kumaraswamy | P3 | Resolved | Delivered | |
JDK-8253405 | 8u281 | Prajwal Kumaraswamy | P3 | Resolved | Delivered |
A new `-groupname` option has been added to `keytool -genkeypair` so that a user can specify a named group when generating a key pair. For example, `keytool -genkeypair -keyalg EC -groupname secp384r1` will generate an EC key pair by using the `secp384r1` curve. Because there might be multiple curves with the same size, using the `-groupname` option is preferred over the `-keysize` option.
- backported by
-
JDK-8253405 Release Note: -groupname Option Added to keytool Key Pair Generation
-
- Resolved
-
-
JDK-8253406 Release Note: -groupname Option Added to keytool Key Pair Generation
-
- Resolved
-