KeyedFilter
This class represents keyed filters, i.e. filters that have to be fed with a key in order to function.
Set the key of this filter
| SymmetricKey key | the key to use | 
Set the initialization vector of this filter. Note: you should call setIv() only after you have called setKey()
| InitializationVector iv | the initialization vector to use | 
Check whether a key length is valid for this filter
| size_t length | the key length to be checked for validity | 
Check whether an IV length is valid for this filter
| size_t length | the IV length to be checked for validity |