botan v1.12.12 (2020-01-26T16:00:04Z)
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.