KeyedFilter

This class represents keyed filters, i.e. filters that have to be fed with a key in order to function.

Members

Functions

keySpec
KeyLengthSpecification keySpec()
setIv
void setIv(InitializationVector iv)

Set the initialization vector of this filter. Note: you should call setIv() only after you have called setKey()

setKey
void setKey(SymmetricKey key)

Set the key of this filter

validIvLength
bool validIvLength(size_t length)

Check whether an IV length is valid for this filter

validKeylength
bool validKeylength(size_t length)

Check whether a key length is valid for this filter

Meta