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