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)
this
(StreamCipher stream_cipher, SymmetricKey key)
this
(string sc_name)
class
StreamCipherFilter
this
(
in
string
sc_name
)
this
(string sc_name, SymmetricKey key)
Parameters
sc_name
string
the name of the desired cipher
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.