-
Bug
-
Resolution: Fixed
-
P4
-
unknown
-
None
-
beagle
-
generic
-
generic
According to javadoc of KeyGenerator, it has:
In case the client does not explicitly initialize the KeyGenerator (via a call to an init method), each provider must supply
(and document) a default initialization.
However, the AES KeyGenerator implementation from Cryptix does not support the above claim. Its keysize is not setup properly if init is not called.