getPbkdf

Password based key derivation function factory method

getPbkdf
(
in string algo_spec
)

Parameters

algo_spec string

the name of the desired PBKDF algorithm

Return Value

Type: PBKDF

pointer to newly allocated object of that type

Meta