Name: rmT116609 Date: 10/13/2003
A DESCRIPTION OF THE REQUEST :
Since there is AES support in the JCE which is included in J2SE 1.4.2 I think there has to be AES support for the KeyAgreement generateSecret Method.
JUSTIFICATION :
AES Support for DH Key Exchangement is worth to be implemented.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
I hope there will be AES support in next Version of JCE whizch can be userd with a KeyAgreement. Example: ka.generateSecret("AES-128").
ACTUAL -
Throws a NoSuchAlgorithmException
(Incident Review ID: 192051)
======================================================================