encodePbes2Params

Undocumented in source. Be warned that the author may not have intended to support it.
static if(BOTAN_HAS_PBE_PKCS_V20)
Vector!ubyte
encodePbes2Params
(
const string cipher
,
const string prf
,
const ref SecureVector!ubyte salt
,
const ref SecureVector!ubyte iv
,
size_t iterations
,
size_t key_length
)

Meta