botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
encodePbes2Params
botan
constructs
pbes2
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
Source
See Implementation
botan
constructs
pbes2
functions
encodePbes2Params
pbes2Decrypt
pbes2Encrypt