C# Класс Brunet.Security.NullEncryption

Provides a Null SymmetricAlgorithm, its blazing fast! Typically, these classes are not thread-safe, but since the block size is 1 and there is no history, it is thread-safe.
Наследование: System.Security.Cryptography.SymmetricAlgorithm
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
GenerateIV ( ) : void
GenerateKey ( ) : void
NullEncryption ( ) : System

Описание методов

CreateDecryptor() публичный Метод

public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
Результат ICryptoTransform

CreateEncryptor() публичный Метод

public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
Результат ICryptoTransform

GenerateIV() публичный Метод

public GenerateIV ( ) : void
Результат void

GenerateKey() публичный Метод

public GenerateKey ( ) : void
Результат void

NullEncryption() публичный Метод

public NullEncryption ( ) : System
Результат System