Commit 0875de8
Remove support for EC aliases in SunPKCS11
Reverting a previous commit (8ddd8d7)
that added support for EC aliases in KeyFactory and KeyPairGenerator
for SunPKCS11.
This was previously supported in Java 8 on Z by the IBMPKCS11Impl
provider. However, an openjdk contributer noted that OID is not
commonly used for the KeyFactory and KeyGenerator services.
Instead, the standard "EC" string should be used as an input to
generate EC keys.
Given the upstream stance, no requests for continuing this support,
and the availability of an alternative, this change should be removed.
Signed-off-by: Bob Du <[email protected]>1 parent df3dbea commit 0875de8
File tree
1 file changed
+3
-3
lines changed1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
868 | 868 | | |
869 | 869 | | |
870 | 870 | | |
871 | | - | |
| 871 | + | |
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
| |||
918 | 918 | | |
919 | 919 | | |
920 | 920 | | |
921 | | - | |
| 921 | + | |
922 | 922 | | |
923 | 923 | | |
924 | 924 | | |
| |||
0 commit comments