Commit ec5c1b3
authored
KRATool: Update DES3 key size documentation to recommend 192 bits (#5404)
The previous documentation recommended users specify 168 for DES3,
but the code internally uses 192 bits for PKCS#11 operations. This
caused confusion when users saw "192-bit DES3" in logs after
specifying 168.
Changes:
- Update help text to recommend 192 for DES3 (was 168)
- Remove 168 from documented options (still accepted for backward compatibility)
- Update error message to list only documented options (128, 192, 256)
- Add missing javadoc @PARAM keyType in importSessionKeyToToken()
Users can still specify 168 if needed (it works the same), but 192
is now the recommended and documented value.
Assisted-by: Claude
Related to: IDM-45081 parent b7c6afa commit ec5c1b3
1 file changed
Lines changed: 4 additions & 3 deletions
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
824 | | - | |
| 824 | + | |
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
| |||
2742 | 2742 | | |
2743 | 2743 | | |
2744 | 2744 | | |
2745 | | - | |
| 2745 | + | |
| 2746 | + | |
2746 | 2747 | | |
2747 | 2748 | | |
2748 | 2749 | | |
| |||
7274 | 7275 | | |
7275 | 7276 | | |
7276 | 7277 | | |
7277 | | - | |
| 7278 | + | |
7278 | 7279 | | |
7279 | 7280 | | |
7280 | 7281 | | |
| |||
0 commit comments