-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
jce1.2.2beta
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2109787 | 1.4.0 | Valerie Peng | P3 | Resolved | Fixed | rc1 |
Note: this bug applies to JCE1.2.1 and later.
The crypto checking mechanism inside JCE only work well for the following cipher implementation when non-null AlgorithmParameters object is specified in Cipher init() call:
RC2
RC5
PBE*
DES*
For other ciphers, an InvalidAlgorithmParameterException("No parameter specification class defined for parameters") will be thrown.
This restriction should be lifted if possible.
The crypto checking mechanism inside JCE only work well for the following cipher implementation when non-null AlgorithmParameters object is specified in Cipher init() call:
RC2
RC5
PBE*
DES*
For other ciphers, an InvalidAlgorithmParameterException("No parameter specification class defined for parameters") will be thrown.
This restriction should be lifted if possible.
- backported by
-
JDK-2109787 JCE (strong crypto) should work with all ciphers which need AlgorithmParameters
- Resolved