StreamCipherFilter.this

Construct a stream cipher filter.

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

Parameters

sc_name string

the name of the desired cipher

key SymmetricKey

the key to use inside this filter

Meta