The ICM generator accepts a number of additional parameters, all
contained in the following constants of the ICMGenerator
class. The appropriate values, including the limits of the integral
types, are specific to the ICM generator algorithm.
A property name in the attributes map used to initialize instances of
ICMGenerator
. The value mapped must be ajava.lang.Integer
.
A property name in the attributes map used to initialize instances of
ICMGenerator
. The value mapped must be agnu.crypto.cipher.IBlockCipher
, and is the underlying cipher used in the algorithm.
A property name in the attributes map used to initialize instances of
ICMGenerator
. The value mapped must be ajava.math.BigInteger
or a byte array of the same length of the underlying cipher's block size.