botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
KeyedTransform.setKey
botan
algo_base
transform
KeyedTransform
Set the symmetric key of this transform
void
setKey
(const(ubyte)* key, size_t length)
void
setKey
(RefCounted!(Vector!(ubyte, Alloc), Alloc) key)
class
KeyedTransform
final
void
setKey
(
Alloc
)
(
in
RefCounted
!(
Vector
!(
ubyte
,
Alloc
),
Alloc
)
key
)
void
setKey
(Vector!(ubyte, Alloc) key)
void
setKey
(SymmetricKey key)
Parameters
key
RefCounted
!(
Vector
!(
ubyte
,
Alloc
),
Alloc
)
contains the key material
Meta
Source
See Implementation
botan
algo_base
transform
KeyedTransform
functions
keySchedule
keySpec
setKey
validKeylength
Set the symmetric key of this transform