Generate a key with initialization vector parameter derived from the password, salt, and iteration count we are currently initialized with.
the size of the key we want (in bits)
the size of the iv we want (in bits)
a ParametersWithIV object.
See Implementation
Generate a key with initialization vector parameter derived from the password, salt, and iteration count we are currently initialized with.