C# Класс ICSharpCode.SharpZipLib.Encryption.PkzipClassicCryptoBase

PkzipClassicCryptoBase provides the low level facilities for encryption and decryption using the PkzipClassic algorithm.
Показать файл Открыть проект

Защищенные методы

Метод Описание
Reset ( ) : void

Reset the internal state.

SetKeys ( byte keyData ) : void

Set the key schedule for encryption/decryption.

TransformByte ( ) : byte

Transform a single byte

UpdateKeys ( byte ch ) : void

Update encryption keys

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

Reset() защищенный Метод

Reset the internal state.
protected Reset ( ) : void
Результат void

SetKeys() защищенный Метод

Set the key schedule for encryption/decryption.
protected SetKeys ( byte keyData ) : void
keyData byte The data use to set the keys from.
Результат void

TransformByte() защищенный Метод

Transform a single byte
protected TransformByte ( ) : byte
Результат byte

UpdateKeys() защищенный Метод

Update encryption keys
protected UpdateKeys ( byte ch ) : void
ch byte
Результат void