Generate a key parameter for use with a MAC derived from the password, salt, and iteration count we are currently initialized with.
Generate a key with initialization vector parameter derived from the password, salt, and iteration count we are currently initialized with.
Generate a key parameter derived from the password, salt, and iteration count we are currently initialised with.
Generator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 2. This generator uses a SHA-1 HMac as the calculation function.
The document this implementation is based on can be found at <a href=http://www.rsasecurity.com/rsalabs/pkcs/pkcs-5/index.html> RSA's PKCS5 Page</a>