Click or drag to resize

CipherStream Methods

The CipherStream type exposes the following members.

Methods
 NameDescription
Public methodStatic memberBytes Enciphers data in array of bytes using specified stream cipher.
Public methodDispose Dispose of this object and clear any key schedules
Public methodStatic memberFile Enciphers data in a file using specified stream cipher.
Public methodStatic memberHex Enciphers data in a hex-encoded string using specified stream cipher.
Public methodInit Initializes the context ready for repeated operations of CipherStream.Update
Public methodStatic memberInstance Create the one and only instance
Public methodUpdate Encrypts input using current context
Top
See Also