PBEParametersGenerator.init

initialize the PBE generator.

class PBEParametersGenerator
void
init
(
in ubyte[] password
,
in ubyte[] salt
,,
uint iterTime = 0
)

Parameters

salt ubyte[]

the salt to be mixed with the password.

iterationCount uint

the (minimal) number of iterations in the "mixing" function is to be applied for.

iterTime uint

spent at least iterTime milli seconds and at least iterationCount iterations to calculate the password getIterationCount() will return the number of iterations done in the specified time.

Meta