Click or drag to resize

CipherStream Class

Stream cipher algorithms
Inheritance Hierarchy
SystemObject
  CryptoSysAPICipherStream

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public class CipherStream : IDisposable

The CipherStream type exposes the following members.

Properties
 NameDescription
Public propertyErrCode Last error code (for Init and Update methods only)
Top
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