C# Class Engine.Helpers.Crypter

Inheritance: IDisposable
ファイルを表示 Open project: Nirklav/TCPChat

Public Methods

Method Description
Crypter ( ) : System

Создает экемпляр класса Crypter. C алгоритмом AES-256

Private Methods

Method Description
Crypter ( SymmetricAlgorithm symmetricAlg ) : System
Decrypt ( Stream inputStream, Stream outputStream ) : void
Dispose ( ) : void
Encrypt ( Stream inputStream, Stream outputStream ) : void
GenerateKey ( ) : byte[]
SetKey ( byte key ) : void
ThrowIfDisposed ( ) : void

Method Details

Crypter() public method

Создает экемпляр класса Crypter. C алгоритмом AES-256
public Crypter ( ) : System
return System