PBKDF2.this

this(MACFactory prfFactory, size_t iterations)

Constructs a PBKDF2 instance.

Parameters

prfFactoryA delegate that creates a MAC instance (PRF) for a given key. Example: (key) => new HMAC(new SHA1Digest(), key)
iterationsThe number of iterations to perform.