botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
StreamCipherFilter.this
botan
filters
filters
StreamCipherFilter
Construct a stream cipher filter.
this
(StreamCipher stream_cipher)
class
StreamCipherFilter
this
(
StreamCipher
stream_cipher
)
this
(StreamCipher stream_cipher, SymmetricKey key)
this
(string sc_name)
this
(string sc_name, SymmetricKey key)
Parameters
stream_cipher
StreamCipher
a cipher object to use
Meta
Source
See Implementation
botan
filters
filters
StreamCipherFilter
constructors
this
functions
attachable
endMsg
keySpec
setIv
setKey
setNext
startMsg
validIvLength
write
properties
name
Construct a stream cipher filter.