Method | Description | |
---|---|---|
Crypter ( ) : System |
Создает экемпляр класса Crypter. C алгоритмом AES-256
|
Method | Description | |
---|---|---|
Crypter ( |
||
Decrypt ( Stream inputStream, Stream outputStream ) : void | ||
Dispose ( ) : void | ||
Encrypt ( Stream inputStream, Stream outputStream ) : void | ||
GenerateKey ( ) : byte[] | ||
SetKey ( byte key ) : void | ||
ThrowIfDisposed ( ) : void |