StreamCipherFilter.this

Construct a stream cipher filter.

  1. this(StreamCipher stream_cipher)
  2. this(StreamCipher stream_cipher, SymmetricKey key)
    class StreamCipherFilter
    public
    this
    (,
    in SymmetricKey key
    )
  3. this(string sc_name)
  4. this(string sc_name, SymmetricKey key)

Parameters

stream_cipher StreamCipher

a cipher object to use

key SymmetricKey

the key to use inside this filter

Meta