Commit c9061a3
committed
Fix FIPS compatibility by using default KeyManagerFactory algorithm
Use KeyManagerFactory.getDefaultAlgorithm() instead of hardcoded
"SunX509" to support FIPS-compliant security providers like Bouncy
Castle that do not support the SunX509 algorithm.1 parent f90715c commit c9061a3
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments